Add spotify controls package

This commit is contained in:
Marcus Kammer 2022-08-15 15:04:52 +02:00
parent 7afe060903
commit 8887ed4cba
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -209,5 +209,13 @@
(use-package markdown-mode
:mode "\\.md\\'")
(use-package clojure-mode)
(use-package cider)
(when (eq system-type 'gnu/linux)
(use-package spotify
:bind ("S-<pause>" . spotify-playpause)))
(load "bundle--irc")
(load "bundle--news")