From 7a3d83b33ab81ed5b4bd25cde585f8253da10415 Mon Sep 17 00:00:00 2001 From: Quang Linh Le Date: Mon, 15 Dec 2014 22:11:02 +0100 Subject: [PATCH] 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 --- recipes/evil-commentary | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/evil-commentary diff --git a/recipes/evil-commentary b/recipes/evil-commentary new file mode 100644 index 00000000..4714af21 --- /dev/null +++ b/recipes/evil-commentary @@ -0,0 +1 @@ +(evil-commentary :repo "linktohack/evil-commentary" :fetcher github)