Lines 1-14
Link Here
|
1 |
======================================================================== |
|
|
2 |
"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ . |
3 |
If this place is not proper for your Emacs(en), copy it to load-path. |
4 |
|
5 |
Ex. /usr/local/lib/xemacs/site-lisp |
6 |
/usr/local/share/mule/site-lisp |
7 |
|
8 |
Add these line to your "~/.emacs" |
9 |
|
10 |
(autoload 'timidity "timidity" "TiMidity Interface" t) |
11 |
(setq timidity-prog-path "/usr/local/bin/timidity") |
12 |
|
13 |
And then, type "M-x timidity" on Emacs. Enjoy! |
14 |
======================================================================== |