diff options
author | Bruno Félix Rezende Ribeiro <oitofelix@oitofelix.com> | 2020-01-18 13:20:19 -0300 |
---|---|---|
committer | Bruno Félix Rezende Ribeiro <oitofelix@oitofelix.com> | 2020-01-18 13:20:19 -0300 |
commit | 6acae6e170a6bd13034eacf6d091331bdc0d0ed2 (patch) | |
tree | bbd8545736a698e6423e761181c37d60b64e5fba /lisp | |
parent | 1f15a81d458c05585b58341be24568df790a40bc (diff) |
* lisp/emms-volume.el: add ‘Mixerctl’ to custom interface
Affects user option ‘emms-volume-change-function’.
Diffstat (limited to 'lisp')
-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) |