forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
376 B
Text
11 lines
376 B
Text
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.
|