el-get/recipes/ack-and-a-half.rcp

12 lines
451 B
Plaintext
Raw Normal View History

2013-03-17 20:37:09 +08:00
(:name ack-and-a-half
:description "Yet another front-end for ack"
:type github
:pkgname "mgalgs/ack-and-a-half"
2013-03-17 20:37:09 +08:00
: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)
(defalias 'ack-with-args 'ack-and-a-half-with-args)))