~breatheoutbreathein/emacs-simple-mpc-breatheoutbreathein

c6e932d2af413b3625ab2205b9891d29e9139875 — Joseph Turner 1 year, 9 months ago 88c0360
Echo playing status, artist, and song when toggling play/paused
1 files changed, 2 insertions(+), 1 deletions(-)

M simple-mpc.el
M simple-mpc.el => simple-mpc.el +2 -1
@@ 53,7 53,8 @@
(defun simple-mpc-toggle ()
  "Toggle the playing / pause state."
  (interactive)
  (simple-mpc-call-mpc nil "toggle"))
  (simple-mpc-call-mpc nil "toggle")
  (message "%s" (concat (simple-mpc-playing-status) " " (simple-mpc-current-artist-and-song))))

(defun simple-mpc-next ()
  "Play the next song."