From 9648e3df896fcd97b3757a727108bc78261973cc Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 2 Dec 2012 15:51:05 +0000 Subject: [PATCH] Split wgrep recipe into separate wgrep, wgrep-ack and wgrep-helm, as the author intended --- recipes/wgrep | 3 ++- recipes/wgrep-ack | 4 ++++ recipes/wgrep-helm | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 recipes/wgrep-ack create mode 100644 recipes/wgrep-helm diff --git a/recipes/wgrep b/recipes/wgrep index a43f81b8..ee5b49e9 100644 --- a/recipes/wgrep +++ b/recipes/wgrep @@ -1,3 +1,4 @@ (wgrep :fetcher github - :repo "mhayashi1120/Emacs-wgrep") + :repo "mhayashi1120/Emacs-wgrep" + :files ("wgrep.el")) diff --git a/recipes/wgrep-ack b/recipes/wgrep-ack new file mode 100644 index 00000000..54feccfb --- /dev/null +++ b/recipes/wgrep-ack @@ -0,0 +1,4 @@ +(wgrep-ack + :fetcher github + :repo "mhayashi1120/Emacs-wgrep" + :files ("wgrep-ack.el")) diff --git a/recipes/wgrep-helm b/recipes/wgrep-helm new file mode 100644 index 00000000..b7256d21 --- /dev/null +++ b/recipes/wgrep-helm @@ -0,0 +1,4 @@ +(wgrep-helm + :fetcher github + :repo "mhayashi1120/Emacs-wgrep" + :files ("wgrep-helm.el"))