emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-nerd-commenter b8a2601117 006/235: some tip


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter b8a2601117 006/235: some tip
Date: Thu, 6 Jan 2022 02:59:30 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit b8a2601117880a4999b368dc5cd80c16a2a57c71
Author: chen bin <chenbin.sh@gmail.com>
Commit: chen bin <chenbin.sh@gmail.com>

    some tip
---
 README.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index ab5cc32264..5aae307f57 100644
--- a/README.org
+++ b/README.org
@@ -11,12 +11,14 @@ evil-nerd-commenter is already uploaded to 
[[http://marmalade-repo.org/]]. So th
 * Set up
 Nothing to set up.
 
-You may use the hotkeys defined in evil-nerd-commenter by add following line 
into ~/.emacs:
+You may add below line into ~/.emacs which use hotkey "M-;" to toggle comment:
 #+BEGIN_SRC elisp
 (evilnc-default-hotkeys)
 #+END_SRC
 
-I prefer vi key binds. So I use [[http://emacswiki.org/emacs/Evil][evil-mode]] 
and evil-leader.
+The advantage of use "M-;" is you can set mark on the first line and scroll 
serveral pages down and comment all the lines in that region by "M-;".
+
+I prefer vi key binds. So I also use 
[[http://emacswiki.org/emacs/Evil][evil-mode]] and evil-leader.
 
 Here is my configuration for evil-mode:
 #+BEGIN_SRC elisp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]