aboutsummaryrefslogtreecommitdiff
path: root/devel/pymacs/pkg-message
blob: 9c9e5b3a7e1dce4d939107f4585f47ff0ec5fe31 (plain) (blame)
1
2
3
4
5
6
7
8
9
Add the following to your emacs initialization file to enable pymacs:

(autoload 'pymacs-load "pymacs" nil t)
(autoload 'pymacs-eval "pymacs" nil t)
(autoload 'pymacs-apply "pymacs")
(autoload 'pymacs-call "pymacs")

See http://pymacs.progiciels-bpi.ca/manual/index.html for
documentation on using pymacs.