aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-03 22:29:52 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-03 22:29:52 -0800
commit2fce4cf73d3177d6998996561016058297580903 (patch)
treeb5c5873a8d83273d0a58de38eb2c5d05ff3910c1 /home
parent29a25fa0c7fa3220c4923887ee80e413a40e8136 (diff)
downloaddotfiles-2fce4cf73d3177d6998996561016058297580903.tar.gz
dotfiles-2fce4cf73d3177d6998996561016058297580903.tar.bz2
dotfiles-2fce4cf73d3177d6998996561016058297580903.zip
Add spotify emacs package
Diffstat (limited to 'home')
-rw-r--r--home/.emacs.d/config/spotify.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.emacs.d/config/spotify.el b/home/.emacs.d/config/spotify.el
new file mode 100644
index 0000000..5a75f8e
--- /dev/null
+++ b/home/.emacs.d/config/spotify.el
@@ -0,0 +1,4 @@
+(require 'spotify)
+
+(global-set-key (kbd "M-s p") 'spotify-playpause)
+(global-set-key (kbd "M-s n") 'spotify-next)