el-get/recipes/ropemode.rcp

10 lines
309 B
Plaintext

(:name ropemode
:description "Common parts of ropemacs and ropevim."
:post-init
(progn
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path default-directory))
:type github
:pkgname "python-rope/ropemode"
)