aboutsummaryrefslogtreecommitdiff
path: root/emms-volume.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-volume.el')
-rw-r--r--emms-volume.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-volume.el b/emms-volume.el
index 7a6ff5f..078eef5 100644
--- a/emms-volume.el
+++ b/emms-volume.el
@@ -63,7 +63,7 @@
(cond
((executable-find "amixer") 'emms-volume-amixer-change)
((executable-find "pactl") 'emms-volume-pulse-change)
- ((executable-find "mixerctl") emms-volume-mixerctl-change)
+ ((executable-find "mixerctl") 'emms-volume-mixerctl-change)
(t #'(lambda (amount) (user-error "%s" "No supported mixer found. Please, define ‘emms-volume-change-function’."))))
"*The function to use to change the volume.
If you have your own functions for changing volume, set this."