mirror of
https://github.com/correl/melpa.git
synced 2024-12-24 20:00:32 +00:00
Split wgrep recipe into separate wgrep, wgrep-ack and wgrep-helm, as the author intended
This commit is contained in:
parent
74deac6d8a
commit
9648e3df89
3 changed files with 10 additions and 1 deletions
|
@ -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
4
recipes/wgrep-ack
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(wgrep-ack
|
||||||
|
:fetcher github
|
||||||
|
:repo "mhayashi1120/Emacs-wgrep"
|
||||||
|
:files ("wgrep-ack.el"))
|
4
recipes/wgrep-helm
Normal file
4
recipes/wgrep-helm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(wgrep-helm
|
||||||
|
:fetcher github
|
||||||
|
:repo "mhayashi1120/Emacs-wgrep"
|
||||||
|
:files ("wgrep-helm.el"))
|
Loading…
Reference in a new issue