mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Enable flycheck and evil-commentary on emacs
This commit is contained in:
@@ -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