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

10 lines
376 B
Plaintext

(:name ropemacs
:description "An Emacs minor mode for using rope python refactoring library in emacs."
:post-init
(lambda ()
(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")