From 2dd1a1733c8acf28f7988356d39956407097f156 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Tue, 5 Nov 2013 12:31:28 +0530 Subject: [PATCH] Install `wgrep` from github ...Instead of auto-generating the recipe from emacswiki --- recipes/wgrep.rcp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/wgrep.rcp diff --git a/recipes/wgrep.rcp b/recipes/wgrep.rcp new file mode 100644 index 00000000..9545fc68 --- /dev/null +++ b/recipes/wgrep.rcp @@ -0,0 +1,4 @@ +(:name wgrep + :description "Writable grep buffer and apply the changes to files" + :type github + :pkgname "mhayashi1120/Emacs-wgrep")