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"))