branch: elpa/evil-nerd-commenter
commit fbd9d01a8c77015a10c52b18706c73f947e896fb
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>
Added visual map to readme recommendations
---
README.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.org b/README.org
index c0d1cfa752..9c76dd7826 100644
--- a/README.org
+++ b/README.org
@@ -57,6 +57,7 @@ Here is my configuration for evil-mode (*OPTIONAL!* some
people don't use evil-m
#+BEGIN_SRC lisp
(require 'evil)
(define-key evil-normal-state-map "," 'evilnc-comment-operator)
+(define-key evil-visual-state-map "," 'evilnc-comment-operator)
#+END_SRC
* Usage
Here are available commands: