Create evil-commentary

evil-commentary.el --- Comment stuff out. A port of vim-commentary.

This program emulates evil-commentary initially developed by Tim Pope
(tpope) It help you comment line with `counts` and `motions`.

`gcc` to comment/uncomment a line
`5gcc` to comment/uncomment 5 lines
`gc$` to comment/uncomment from current position
`gcap` to comment/uncomment current paragraph
This commit is contained in:
Quang Linh Le 2014-12-15 22:11:02 +01:00
parent 6748f3febb
commit 7a3d83b33a

1
recipes/evil-commentary Normal file
View file

@ -0,0 +1 @@
(evil-commentary :repo "linktohack/evil-commentary" :fetcher github)