Split wgrep recipe into separate wgrep, wgrep-ack and wgrep-helm, as the author intended

This commit is contained in:
Steve Purcell 2012-12-02 15:51:05 +00:00
parent 74deac6d8a
commit 9648e3df89
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,4 @@
(wgrep (wgrep
:fetcher github :fetcher github
:repo "mhayashi1120/Emacs-wgrep") :repo "mhayashi1120/Emacs-wgrep"
:files ("wgrep.el"))

4
recipes/wgrep-ack Normal file
View file

@ -0,0 +1,4 @@
(wgrep-ack
:fetcher github
:repo "mhayashi1120/Emacs-wgrep"
:files ("wgrep-ack.el"))

4
recipes/wgrep-helm Normal file
View file

@ -0,0 +1,4 @@
(wgrep-helm
:fetcher github
:repo "mhayashi1120/Emacs-wgrep"
:files ("wgrep-helm.el"))