branch: elpa/evil-nerd-commenter
commit 1edf652fc61f22790493a071ec4397fc5178259a
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
explain how NOT to use comma as leader key
---
README.org | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.org b/README.org
index fc4f138c34..e144f7dda7 100644
--- a/README.org
+++ b/README.org
@@ -85,6 +85,14 @@ 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.
+
+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
+(setq evilnc-hotkey-comment-operator "\\")
+#+END_SRC
+
* Usage
** Available commands and hot keys
Here are available commands. They are not dependent on
[[http://emacswiki.org/emacs/Evil][evil-mode]]: