[Music] Move shortcut to play automatic playlists to EMMS hydra

This is the right place.
This commit is contained in:
Daniel - 2019-06-10 08:12:19 +02:00
parent 2b13606f9b
commit ff06cddaba
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 4 additions and 2 deletions

View File

@ -120,6 +120,7 @@ Playing: %s(db/emms-track-status)
_n_: ?n? _p_: ?p?
_RET_: ?RET? _M_: ?M?
_-_: lower volume _+_: ?+?
_P_: ?P?
"
("n" emms-next "next")
@ -128,7 +129,9 @@ _RET_: ?RET? _M_: ?M?
("s" emms-show "show title")
("-" emms-volume-lower "lower volume")
("+" emms-volume-raise "raise volume")
("M" emms "show playlist"))
("M" emms "show playlist")
("P" (funcall db/playlist-play-function)
"Play automatically generated playlist"))
;; End

View File

@ -395,7 +395,6 @@ Current Task: %s(db/org-clock-current-task); "
("a" counsel-org-goto-all)
("o" org-clock-out)
("l" db/org-clock-in-last-task)
("p" db/play-playlist)
("d" (lambda ()
(interactive)
(when (org-clock-is-active)