From f07ea4645d724d38c68a3f03d00439d9f7d1f96e Mon Sep 17 00:00:00 2001 From: Martin Schoenmakers Date: Fri, 9 Jun 2006 23:11:00 +0000 Subject: Add mpd volume settings to custom Small patchlet so mpd users can use custom to change the volume setting backend to use the appropriate volume functions. darcs-hash:20060609231150-97144-06f60160ea3afb3de4a43dcd861601c03a8a6dc2.gz --- emms-volume.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emms-volume.el b/emms-volume.el index 0e421b1..c7e0357 100644 --- a/emms-volume.el +++ b/emms-volume.el @@ -61,6 +61,7 @@ If you have your own functions for changing volume, set this and `emms-volume-lower-function' accordingly." :type '(choice (const :tag "Amixer" emms-volume-amixer-raise) + (const :tag "MPD" emms-volume-mpd-raise) (function :tag "Lisp function")) :group 'emms-volume) @@ -69,6 +70,7 @@ 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." :type '(choice (const :tag "Amixer" emms-volume-amixer-lower) + (const :tag "MPD" emms-volume-mpd-lower) (function :tag "Lisp function")) :group 'emms-volume) -- cgit v1.2.3