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."