From dcf07df87dee907e5dc700a9c58a17e3ecd32fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Tue, 10 Sep 2019 13:50:24 +0900 Subject: [PATCH] Add empc-send-play command --- empc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/empc.el b/empc.el index 1a0756a..b71896e 100644 --- a/empc.el +++ b/empc.el @@ -886,6 +886,7 @@ If the stream process is killed for whatever the reason, pause mpd if possible." (empc-define-toggle-command "single") ;; Controlling playback +(empc-define-simple-command "play") (empc-define-simple-command "next") (empc-define-toggle-command "pause" "state" state (cond