diff options
author | forcer <forcer> | 2006-05-31 00:11:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-05-31 00:11:00 +0000 |
commit | f168ce641347671400a631743681bbdc71bd3c33 (patch) | |
tree | 516fce55bf9ad6dfe0382e74789633714fb36ae1 | |
parent | 25efa815c1e86e9a2cb20c26c73981f410d6a093 (diff) |
emms-volme.el: Add some requires.
darcs-hash:20060531001118-2189f-5d181b45b3ffdfc51c44e17185b3d2d9063475a9.gz
-rw-r--r-- | emms-volume.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emms-volume.el b/emms-volume.el index 0e8b5d7..1b3f4d2 100644 --- a/emms-volume.el +++ b/emms-volume.el @@ -54,6 +54,10 @@ If you have your own functions for changing volume, set this and If you have your own functions for changing volume, set this and `emms-volume-raise-function' accordingly.") +(require 'emms) +(require 'emms-playlist-mode) +(require 'emms-volume-amixer) + (defun emms-volume-raise () "Raise the speaker volume." (interactive) |