/usr/share/el-get/recipes/auto-complete.rcp is in el-get 3.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 10 11 | (:name auto-complete
:website "http://cx4a.org/software/auto-complete/"
:description "The most intelligent auto-completion extension."
:type git
:url "http://github.com/m2ym/auto-complete.git"
:load-path "."
:post-init (lambda ()
(require 'auto-complete)
(add-to-list 'ac-dictionary-directories (expand-file-name "dict" pdir))
(require 'auto-complete-config)
(ac-config-default)))
|