summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 74bc460..a1693d9 100644
--- a/README.org
+++ b/README.org
@@ -143,7 +143,7 @@ These settings ensure that block highlights aren't visible when collapsed.
:custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
#+end_src
-* Programming Language Support
+* Dev
** LSP
#+begin_src elisp
(use-package lsp-mode
@@ -167,6 +167,11 @@ These settings ensure that block highlights aren't visible when collapsed.
(company-minimum-prefix-lenght 1)
(company-idle-delay 0.0))
#+end_src
+** Commenting
+#+begin_src elisp
+ (use-package evil-nerd-commenter
+ :bind ("M-/" . evilnc-comment-or-uncomment-lines))
+#+end_src
* 42
** Header
#+begin_src elisp