el-get/recipes/ropemode.rcp
Elanchezhiyan Elango 9cc6024d62 URL of ropemacs and ropemode
The repository url of repemacs and ropemode have changed. They both have been
moved to git.
2014-08-04 02:47:30 -07:00

9 lines
313 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 git
:url "https://github.com/python-rope/ropemode")