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

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

[nongnu] elpa/evil-nerd-commenter 0e24866151 048/235: updated README


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter 0e24866151 048/235: updated README
Date: Thu, 6 Jan 2022 02:59:34 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit 0e24866151ea633ba129ce9fcc588c7e4310e9d4
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    updated README
---
 README.org | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 8a289d9d83..31cd4c397f 100644
--- a/README.org
+++ b/README.org
@@ -1,11 +1,14 @@
 * evil-nerd-commenter (current version 1.2.0)
+
+*Please note this program could be used independently without evil-mode!*
+
 As a developer, I often need comment/uncomment lines for debugging or adding 
some short comment in the code block.
 
 As I know, the [[http://www.vim.org/scripts/script.php?script_id=1218][Nerd 
Commenter]] for Vim is the most efficient way to doing this thing. 
Unfortunately, there is no similar plugin in Emacs.
 
-That's why I develop this Nerd Commenter simulator for Emacs people. Besides, 
I'm also adding my own utilities into this plugin. For example, I added a 
command to comment *AND* copy lines in version 1.2.0.
+That's why I develop this Nerd Commenter simulator for Emacs people. Besides, 
I'm also adding my own utilities into this plugin. For example, a command to 
comment&copy lines is added recently.
 
-Though this program could be used *independently*, I highly recommend you use 
it with [[http://gitorious.org/evil][evil]].
+I highly recommend you use it with [[http://gitorious.org/evil][evil]].
 
 Evil makes you take advantage of power of Vi to comment lines in shocking 
speed. For example, you can press key `,,99j` or `99,ci` to comment out 99 
lines.
 



reply via email to

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