el-get/recipes/ropemacs.rcp
2012-02-27 11:52:22 +01:00

10 lines
372 B
Plaintext

(:name ropemacs
:description "An Emacs minor mode for using rope python refactoring library in emacs."
:post-init
(progn
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path default-directory))
:depends (rope ropemode)
:type hg
:url "http://bitbucket.org/agr/ropemacs")