summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index fad302a..d46cb26 100644
--- a/init.el
+++ b/init.el
@@ -109,4 +109,7 @@
(company-minimum-prefix-lenght 1)
(company-idle-delay 0.0))
+(use-package evil-nerd-commenter
+ :bind ("M-/" . evilnc-comment-or-uncomment-lines))
+
(load "~/.config/emacs/42header.el")