1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/pymacs/pkg-message
Antoine Brodin 84895fe89f - Update to 0.25
- No stage support yet, .elc files embed the path of the .el file, not sure
  if it is stage safe or not

PR:		ports/182563
Submitted by:	Max Sterling
Approved by:	maintainer
2013-12-14 22:19:14 +00:00

12 lines
376 B
Plaintext

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.