el-get/recipes/ropemode.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
322 B
Plaintext

(:name ropemode
:description "Common parts of ropemacs and ropevim."
:post-init
(lambda ()
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path "~/.emacs.d/el-get/ropemode/"))
:type hg
:url "http://bitbucket.org/agr/ropemode")