spotify

Homepage: https://github.com/remvee/spotify-el

Author: R.W. van 't Veer

Updated:

Summary

Control the spotify application from emacs

Commentary

Play, pause, skip songs in the Spotify app from Emacs.

(global-set-key (kbd "s-") #'spotify-playpause)
(global-set-key (kbd "s-M-") #'spotify-next)

On a system supporting freedesktop.org's D-Bus you can enable song
notifications in the minibuffer.

(spotify-enable-song-notifications)

Dependencies