el-get/recipes/full-ack.rcp
2012-02-22 14:46:21 -08:00

10 lines
397 B
Plaintext

(:name full-ack
:description "A front-end for ack"
:type git
:url "https://github.com/nschum/full-ack.git"
:post-init (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)))