[Emacs] Add EMMS shortcut to stop MPD

This commit is contained in:
Lucien Cartier-Tilet 2021-11-27 19:29:55 +01:00
parent 36e229def7
commit 84bd24efe5
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 0 deletions

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))