diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-11 18:31:17 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-11 18:31:17 +0000 |
commit | d4dfbd9102e0650ca1deacb30dd2e1780686c7ed (patch) | |
tree | a0dbb87f2dc788b3a36844664db3e20101cc11f6 /app-emacs/pymacs/files | |
parent | ppc stable, #97915 (diff) | |
download | historical-d4dfbd9102e0650ca1deacb30dd2e1780686c7ed.tar.gz historical-d4dfbd9102e0650ca1deacb30dd2e1780686c7ed.tar.bz2 historical-d4dfbd9102e0650ca1deacb30dd2e1780686c7ed.zip |
.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-emacs/pymacs/files')
-rw-r--r-- | app-emacs/pymacs/files/50pymacs-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/pymacs/files/50pymacs-gentoo.el b/app-emacs/pymacs/files/50pymacs-gentoo.el index 155458b52ee4..951e6ee5935c 100644 --- a/app-emacs/pymacs/files/50pymacs-gentoo.el +++ b/app-emacs/pymacs/files/50pymacs-gentoo.el @@ -1,5 +1,8 @@ ;;; emacs site-lisp configuration for pymacs + +(add-to-list 'load-path "@SITELISP@") + (autoload 'pymacs-load "pymacs" nil t) (autoload 'pymacs-eval "pymacs" nil t) (autoload 'pymacs-apply "pymacs") |