May now clear the playlist.
This commit is contained in:
parent
6e0762a0a0
commit
f8eceba6c6
1 changed files with 1 additions and 0 deletions
1
empc.el
1
empc.el
|
|
@ -186,6 +186,7 @@ SERVICE is the name of the service desired, or an integer specifying
|
||||||
(define-key empc-playlist-map "o" 'empc-playlist-goto-current-song)
|
(define-key empc-playlist-map "o" 'empc-playlist-goto-current-song)
|
||||||
(define-key empc-playlist-map [return] 'empc-send-play)
|
(define-key empc-playlist-map [return] 'empc-send-play)
|
||||||
(define-key empc-playlist-map "d" 'empc-send-delete)
|
(define-key empc-playlist-map "d" 'empc-send-delete)
|
||||||
|
(define-key empc-playlist-map "c" 'empc-send-clear)
|
||||||
|
|
||||||
(defun empc-process-sentinel (proc event)
|
(defun empc-process-sentinel (proc event)
|
||||||
"Process sentinel for `empc-process'."
|
"Process sentinel for `empc-process'."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue