aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/config/spotify.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/config/spotify.el')
-rw-r--r--home/.emacs.d/config/spotify.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.emacs.d/config/spotify.el b/home/.emacs.d/config/spotify.el
deleted file mode 100644
index 53fa0b8..0000000
--- a/home/.emacs.d/config/spotify.el
+++ /dev/null
@@ -1,8 +0,0 @@
-(use-package spotify
- :config
- (advice-add 'spotify-previous :after #'spotify-current) ; print current song
- (advice-add 'spotify-next :after #'spotify-current) ; print current song
- :bind
- (("M-s SPC" . spotify-playpause)
- ("M-s p" . spotify-previous)
- ("M-s n" . spotify-next)))