el-get/recipes/pcmpl-git.rcp
2012-02-13 21:19:20 -08:00

9 lines
318 B
Plaintext

(:name pcmpl-git
:description "pcomplete support for git"
:type git
:url "https://github.com/leoliu/pcmpl-git-el.git"
:features pcmpl-git
:prepare (lambda ()
(setq pcmpl-git-options-file
(expand-file-name "git-options" default-directory))))