aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++-emacs/pkg-message
blob: 490bc756c902798a2b96bf5fbf74646c7b4a9c4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
"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!
EOM
}
]