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

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

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