mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Enable flycheck and evil-commentary on emacs
This commit is contained in:
@@ -330,11 +330,13 @@
|
|||||||
doom-themes
|
doom-themes
|
||||||
evil
|
evil
|
||||||
evil-collection
|
evil-collection
|
||||||
|
evil-commentary
|
||||||
evil-matchit
|
evil-matchit
|
||||||
evil-numbers
|
evil-numbers
|
||||||
evil-surround
|
evil-surround
|
||||||
evil-tutor
|
evil-tutor
|
||||||
evil-visualstar
|
evil-visualstar
|
||||||
|
flycheck
|
||||||
go-mode
|
go-mode
|
||||||
highlight-parentheses
|
highlight-parentheses
|
||||||
htmlize
|
htmlize
|
||||||
|
@@ -63,3 +63,9 @@
|
|||||||
(global-set-key (kbd "<mouse-4>") 'scroll-down-line)
|
(global-set-key (kbd "<mouse-4>") 'scroll-down-line)
|
||||||
(global-set-key (kbd "<mouse-5>") 'scroll-up-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