diff options
-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) |