emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emms-help] How do I keep emms functions in a separate file?


From: Jorgen Schaefer
Subject: Re: [emms-help] How do I keep emms functions in a separate file?
Date: Fri, 29 Jul 2005 19:40:31 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Angelina Carlton <address@hidden> writes:

> ;;; Store custom conf files here                                              
>                                          
> (add-to-list 'load-path "~/.emacs.d")
> http://bzgirl.bakadigital.com/emms.el.html 

Now ~/.emacs.d/ is in front of the load path. (require 'emms) will
find ~/.emacs.d/emms.el and load it. As the first action, this
does (require 'emms) - repeat until error :-)

> So what is the proper way to keep emms configuration in a separate file?

Name your personal emms configuration something like
~/.emacs.d/my-emms.el or so, and add (require 'my-emms) in your
.emacs.

Good luck!

Greetings,
        -- Jorgen

-- 
((email . "address@hidden") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]