Add spotify controls package
This commit is contained in:
parent
7afe060903
commit
8887ed4cba
1 changed files with 8 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue