mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
7a3d83b33a
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
1 line
69 B
Text
1 line
69 B
Text
(evil-commentary :repo "linktohack/evil-commentary" :fetcher github)
|