aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schoenmakers <aiviru@diamond-age.net>2006-06-09 23:11:00 +0000
committerMartin Schoenmakers <aiviru@diamond-age.net>2006-06-09 23:11:00 +0000
commitf07ea4645d724d38c68a3f03d00439d9f7d1f96e (patch)
tree39bdf4208f7739585d00a1dbfa29b30f170c6ed8
parent95ef705e702814617555f1e663ed8a969e398c8b (diff)
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
-rw-r--r--emms-volume.el2
1 files changed, 2 insertions, 0 deletions
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)