diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-01-20 09:39:06 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-01-20 09:39:06 -0500 |
commit | 672f02ac835f83d57809ced2ac77dc44d0dae7a6 (patch) | |
tree | c5c830f55947b4aff320838fbd11fafdc55f40c0 /lisp/emms-volume.el | |
parent | f941e28a6767a32a6e716b44ea86ef33156aed1b (diff) | |
parent | 6acae6e170a6bd13034eacf6d091331bdc0d0ed2 (diff) |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emms
Diffstat (limited to 'lisp/emms-volume.el')
-rw-r--r-- | lisp/emms-volume.el | 1 |
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) |