diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 07:05:55 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 07:05:55 +0000 |
commit | 1ac92b16376af2fb6a023cc98a3d2c6db50beb55 (patch) | |
tree | 845f8a8b7d043565e5e7722887d50fd31a66d6e6 /audio/timidity++-emacs/pkg-message | |
parent | c3ad90174374dd42e09b58cd645bdec865622242 (diff) | |
download | ports-1ac92b16376af2fb6a023cc98a3d2c6db50beb55.tar.gz ports-1ac92b16376af2fb6a023cc98a3d2c6db50beb55.zip |
Notes
Diffstat (limited to 'audio/timidity++-emacs/pkg-message')
-rw-r--r-- | audio/timidity++-emacs/pkg-message | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/timidity++-emacs/pkg-message b/audio/timidity++-emacs/pkg-message index 5aff3a09a94d..b1d524b91a0d 100644 --- a/audio/timidity++-emacs/pkg-message +++ b/audio/timidity++-emacs/pkg-message @@ -1,10 +1,16 @@ ======================================================================== -Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en). +"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! ======================================================================== |