el-get/recipes/rope.rcp
Takafumi Arakaki ae5e2d2821 Add rope.rcp and ropemode.rcp and fix ropemacs.rcp
To use ropemacs, ropemacs itself, ropemode and rope must be loadable from pymacs.
This patch helps to do that.

See also: http://pymacs.progiciels-bpi.ca/pymacs.html#pymacs-load-path
2012-02-12 01:42:27 +01:00

9 lines
301 B
Plaintext

(:name rope
:description "A python refactoring library"
:post-init
(lambda ()
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path "~/.emacs.d/el-get/rope/"))
:type hg
:url "http://bitbucket.org/agr/rope")