diff options
Diffstat (limited to 'media-sound/timidity++/files/50timidity++-gentoo.el')
-rw-r--r-- | media-sound/timidity++/files/50timidity++-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media-sound/timidity++/files/50timidity++-gentoo.el b/media-sound/timidity++/files/50timidity++-gentoo.el new file mode 100644 index 0000000..3f9e35c --- /dev/null +++ b/media-sound/timidity++/files/50timidity++-gentoo.el @@ -0,0 +1,6 @@ + +;;; timidity++ site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'timidity "timidity" "TiMidity Interface" t) +(setq timidity-prog-path "/usr/bin/timidity") |