Angelina Carlton <[EMAIL PROTECTED]> 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 . "[EMAIL PROTECTED]") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))


_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to