From 6acae6e170a6bd13034eacf6d091331bdc0d0ed2 Mon Sep 17 00:00:00 2001 From: Bruno Félix Rezende Ribeiro Date: Sat, 18 Jan 2020 13:20:19 -0300 Subject: * lisp/emms-volume.el: add ‘Mixerctl’ to custom interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affects user option ‘emms-volume-change-function’. --- lisp/emms-volume.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3