opnsense-ports/audio/timidity++-emacs/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
551 B
Text

========================================================================
"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ .
If this place is not proper for your Emacs(en), copy it to load-path.
Ex. /usr/local/lib/xemacs/site-lisp
/usr/local/share/mule/site-lisp
Add these line to your "~/.emacs"
(autoload 'timidity "timidity" "TiMidity Interface" t)
(setq timidity-prog-path "/usr/local/bin/timidity")
And then, type "M-x timidity" on Emacs. Enjoy!
========================================================================