Merge pull request #1107 from marktran/ack-and-a-half_recipe

add recipe for ack-and-a-half
This commit is contained in:
Dimitri Fontaine 2013-03-18 02:24:31 -07:00
commit 5044cd3ba3

View File

@ -0,0 +1,10 @@
(:name ack-and-a-half
:description "Yet another front-end for ack"
:type github
:pkgname "jhelwig/ack-and-a-half"
:prepare
(progn
(defalias 'ack 'ack-and-a-half)
(defalias 'ack-same 'ack-and-a-half-same)
(defalias 'ack-find-file 'ack-and-a-half-find-file)
(defalias 'ack-find-file-same 'ack-and-a-half-find-file-same)))