diff options
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! ======================================================================== |