aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRasmus <rasmus@gmx.us>2015-03-15 16:42:59 +0100
committerRasmus <rasmus@gmx.us>2015-03-17 02:58:17 +0100
commit9e48ab1ab4cdeee69bfa8d327b54f85f6a54115f (patch)
tree5998c0ad0d3399755931462fb5b49f332e186769 /lisp
parentc31de7a307a996a601bcc8e458674cef41f58358 (diff)
emms-volume: Also support the emms-browser
Also bind +/- to emms-volume commands in the browser.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-volume.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el
index cca8d77..fb439b9 100644
--- a/lisp/emms-volume.el
+++ b/lisp/emms-volume.el
@@ -87,6 +87,8 @@ This should be a positive integer."
(define-key emms-playlist-mode-map (kbd "+") 'emms-volume-raise)
(define-key emms-playlist-mode-map (kbd "-") 'emms-volume-lower)
+(define-key emms-browser-mode-map (kbd "+") 'emms-volume-raise)
+(define-key emms-browser-mode-map (kbd "-") 'emms-volume-lower)
;; Code specific to the minor mode.
(define-minor-mode emms-volume-minor-mode