mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
|
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.
|