el-get/recipes/ack-and-a-half.rcp
2014-09-27 12:23:39 +08:00

11 lines
395 B
Plaintext

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