branch: elpa/evil-nerd-commenter
commit 20a242a0859e297d193c225057438958a7e6a1b1
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
tweak README
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index e144f7dda7..ce919f933c 100644
--- a/README.org
+++ b/README.org
@@ -85,8 +85,8 @@ If you don't use emacs package manager please insert below
code into your ~/.ema
(evilnc-default-hotkeys)
#+END_SRC
-** some evil-mode users prefer "\" as the leader key
-Then you need set up hot keys by yourself. Remove line
"(evilnc-default-hotkeys)" from your ~/.emacs.
+** Use back slash as the leader key in evil-mode
+Remove line "(evilnc-default-hotkeys)" from your ~/.emacs and re-assign hot
key manually.
Besides, by default ",," is used for comment text object. So you need
re-define that hot key. Insert below code into ~/.emacs:
#+BEGIN_SRC elisp
@@ -259,4 +259,4 @@ All the popular programming languages are supported;
#+END_SRC
* Contact me
-You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]].
\ No newline at end of file
+You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]].