el-get/recipes/full-ack.rcp

10 lines
369 B
Plaintext

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