el-get/recipes/anything-ack.rcp

9 lines
369 B
Plaintext
Raw Normal View History

2012-02-12 09:00:18 +08:00
(:name anything-ack
:description "search refinement of ack result with anything"
:website "http://www.emacswiki.org/emacs-fr/anything-ack.el"
:type emacswiki
:post-init (lambda ()
(autoload 'anything-ack "anything-ack"
"Run ack in `anything' buffer to narrow results." t))
:depends anything)