el-get/recipes/ack-and-a-half.rcp
Your Name 2f8caf8fc4 recipes/ack-and-a-half.rcp: new upstream
Also, the README has one more suggested alias.

Fix #2052
2015-02-14 11:57:03 -05:00

12 lines
451 B
Plaintext

(:name ack-and-a-half
:description "Yet another front-end for ack"
:type github
:pkgname "mgalgs/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)
(defalias 'ack-with-args 'ack-and-a-half-with-args)))