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: Angelina Carlton
Subject: Re: [emms-help] How do I keep emms functions in a separate file?
Date: Fri, 29 Jul 2005 15:40:28 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Jorgen Schaefer <address@hidden> writes:
> Name your personal emms configuration something like
> ~/.emacs.d/my-emms.el or so, and add (require 'my-emms) in your
> .emacs.

Ok I renamed the file ~/.emacs.d/my-emms.el

-rw-r--r--  1 orchid orchid 2.3K 2005-07-29 14:32 my-emms.el

in ~/.emacs
;; Store custom conf files here                                                 
                                      
(add-to-list 'load-path "~/.emacs.d")
(require 'my-emms)

Now when I start emacs it gives me an error:

An error has occurred while loading `/home/orchid/.emacs':
error: "Required feature my-emms was not provided"

What is weird though, the key bindings for emms work, and emms works
for instance, F5 loads a directory of music, and this works despite
emacs insisting it could not load the my-emms file 

Thanks for the help!

-- 
-----Angelina Carlton-----
orchid on irc.freenode.net
     address@hidden
web:bzgirl.bakadigital.com
--------------------------




reply via email to

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