el-get/recipes/ropemacs.rcp

10 lines
372 B
Plaintext
Raw Normal View History

2010-09-06 16:39:21 +08:00
(: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))
2012-02-14 13:19:20 +08:00
(add-to-list 'pymacs-load-path default-directory))
:depends (rope ropemode)
:type hg
:url "http://bitbucket.org/agr/ropemacs")