el-get/recipes/full-ack.rcp
2012-02-28 16:39:10 -08:00

10 lines
371 B
Plaintext

(:name full-ack
:description "A front-end for ack"
:type github
:pkgname "nschum/full-ack"
:prepare (progn
(autoload 'ack "full-ack" nil t)
(autoload 'ack-find-file "full-ack" nil t)
(autoload 'ack-find-same-file "full-ack" nil t)
(autoload 'ack-same "full-ack" nil t)))