aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2018-09-07 16:59:09 -0400
committerYoni Rabkin <yoni@rabkins.net>2018-09-07 16:59:09 -0400
commit6583d31e94e6b71b88f547966ed8bba9e6ea993b (patch)
tree1fdd8ec99ddeedd7a90f7cca2c136e40b22c877d /lisp
parent9b702f38e3486d67cb67194e98ea72dda25be1af (diff)
* lisp/emms-playlist-mode.el: avoid mistypes
Make killing the current playlist buffer by a mistype harder.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el
index 3d65914..ad7a258 100644
--- a/lisp/emms-playlist-mode.el
+++ b/lisp/emms-playlist-mode.el
@@ -143,7 +143,7 @@ This is true for every invocation of `emms-playlist-mode-go'."
(define-key map (kbd "f") 'emms-show)
(define-key map (kbd "c") 'emms-playlist-mode-center-current)
(define-key map (kbd "q") 'emms-playlist-mode-bury-buffer)
- (define-key map (kbd "k") 'emms-playlist-mode-current-kill)
+ (define-key map (kbd "K") 'emms-playlist-mode-current-kill)
(define-key map (kbd "?") 'describe-mode)
(define-key map (kbd "r") 'emms-random)
(define-key map (kbd "C") 'emms-playlist-mode-clear)