aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-11-19 05:29:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-11-19 05:29:00 +0000
commit389f8e9cebf540cf75d12a34503b90ff59c48d6b (patch)
tree87d52791a4f64b1ebbe5553a4ec83b51d7a40d49 /emms-playlist-mode.el
parent89dfb1711522d10f8af645caca40663c1f8c6ac8 (diff)
emms-playlist-mode: Bind "b" key to emms-playlist-set-playlist-buffer.
darcs-hash:20061119052907-1bfb2-ff79f861aeed682d752a27fcd7263b9793e7fa19.gz
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 03ed563..54bb739 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -126,6 +126,7 @@ This is true for every invocation of `emms-playlist-mode-go'."
(define-key map (kbd "M-<") 'emms-playlist-mode-first)
(define-key map (kbd "M->") 'emms-playlist-mode-last)
(define-key map (kbd "a") 'emms-playlist-mode-add-contents)
+ (define-key map (kbd "b") 'emms-playlist-set-playlist-buffer)
(define-key map (kbd "d") 'emms-playlist-mode-kill-entire-track)
(define-key map (kbd "n") 'emms-next)
(define-key map (kbd "p") 'emms-previous)