Merge pull request #2684 from abingham/codesearch

Limiting codesearch recipe to codesearch.el.
This commit is contained in:
Steve Purcell 2015-04-18 20:26:44 +01:00
commit 5aee771432

View file

@ -1,2 +1,3 @@
(codesearch :fetcher github
:repo "abingham/codesearch.el")
:repo "abingham/codesearch.el"
:files ("codesearch.el"))