el-get/recipes/ack-and-a-half.rcp
2013-03-17 05:37:09 -07:00

11 lines
391 B
Plaintext

(: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)))