aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-volume.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el
index d1e78f5..7a6ff5f 100644
--- a/lisp/emms-volume.el
+++ b/lisp/emms-volume.el
@@ -70,6 +70,7 @@ If you have your own functions for changing volume, set this."
:type '(choice (const :tag "Amixer" emms-volume-amixer-change)
(const :tag "MPD" emms-volume-mpd-change)
(const :tag "PulseAudio" emms-volume-pulse-change)
+ (const :tag "Mixerctl" emms-volume-mixerctl-change)
(function :tag "Lisp function"))
:group 'emms-volume)