[Emacs] Add EMMS shortcut to stop MPD

This commit is contained in:
2021-11-27 19:29:55 +01:00
parent 36e229def7
commit 84bd24efe5

View File

@@ -2080,6 +2080,7 @@ configuration [[file:mpd.org][here]]).
(interactive)
(shell-command-and-echo "mpc toggle"))
:which-key "mpc toggle")
"s" #'emms-stop
"u" '(nil :which-key "update")
"um" #'emms-player-mpd-update-all
"uc" #'emms-cache-set-from-mpd-all))