mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
6748f3febb
commit
7a3d83b33a
1 changed files with 1 additions and 0 deletions
1
recipes/evil-commentary
Normal file
1
recipes/evil-commentary
Normal file
|
@ -0,0 +1 @@
|
|||
(evil-commentary :repo "linktohack/evil-commentary" :fetcher github)
|
Loading…
Reference in a new issue