mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Enable flycheck and evil-commentary on emacs
This commit is contained in:
@@ -330,11 +330,13 @@
|
||||
doom-themes
|
||||
evil
|
||||
evil-collection
|
||||
evil-commentary
|
||||
evil-matchit
|
||||
evil-numbers
|
||||
evil-surround
|
||||
evil-tutor
|
||||
evil-visualstar
|
||||
flycheck
|
||||
go-mode
|
||||
highlight-parentheses
|
||||
htmlize
|
||||
|
@@ -63,3 +63,9 @@
|
||||
(global-set-key (kbd "<mouse-4>") 'scroll-down-line)
|
||||
(global-set-key (kbd "<mouse-5>") 'scroll-up-line)
|
||||
)
|
||||
|
||||
;; Enable Flycheck
|
||||
(global-flycheck-mode)
|
||||
|
||||
;; An easier way to toggle comments
|
||||
(evil-commentary-mode)
|
||||
|
Reference in New Issue
Block a user