el-get/recipes/ropemode.rcp

9 lines
330 B
Plaintext

(:name ropemode
:description "Common parts of ropemacs and ropevim."
:post-init
(lambda ()
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path (el-get-package-directory "ropemode")))
:type hg
:url "http://bitbucket.org/agr/ropemode")