diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2009-02-24 10:25:29 -0800 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2009-02-24 10:25:29 -0800 |
commit | f7bea400927163345bb5f725ab4d127e0d31fa8f (patch) | |
tree | 613cb6f925a4cf2dcc1ce3b5316084923b1f3310 /app-emacs/ropemacs/files | |
parent | cclib: bump to 0.91 (yes, this is right after 0.9. yay science.) (diff) | |
download | dberkholz-f7bea400927163345bb5f725ab4d127e0d31fa8f.tar.gz dberkholz-f7bea400927163345bb5f725ab4d127e0d31fa8f.tar.bz2 dberkholz-f7bea400927163345bb5f725ab4d127e0d31fa8f.zip |
ropemacs: python refactoring for emacs (#202700).
Diffstat (limited to 'app-emacs/ropemacs/files')
-rw-r--r-- | app-emacs/ropemacs/files/55ropemacs-gentoo.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/ropemacs/files/55ropemacs-gentoo.el b/app-emacs/ropemacs/files/55ropemacs-gentoo.el new file mode 100644 index 0000000..d0efc5f --- /dev/null +++ b/app-emacs/ropemacs/files/55ropemacs-gentoo.el @@ -0,0 +1,5 @@ +;;; dev-python/ropemacs site-lisp configuration + +(require 'pymacs) +(pymacs-load "ropemacs" "rope-") + |