/usr/share/el-get/recipes/full-ack.rcp is in el-get 3.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | (: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)))
|