diff options
author | Alan Pearce | 2017-05-19 14:41:19 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-19 14:41:19 +0200 |
commit | 80ff771431d668bff8c73461c606c8f1517752dd (patch) | |
tree | 9647162ce1f7591ca7a40ec01d508e73669fa2cf /emacs | |
parent | 1b9f08e7bbbeca3dfec7bcb6b8b118dbd6ffdcae (diff) | |
download | dotfiles-80ff771431d668bff8c73461c606c8f1517752dd.tar.lz dotfiles-80ff771431d668bff8c73461c606c8f1517752dd.tar.zst dotfiles-80ff771431d668bff8c73461c606c8f1517752dd.zip |
Emacs: Remove music setup
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 79aa7c5..989c282 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1706,15 +1706,6 @@ I can use this to keep a journal. I should use it. #+END_SRC -* Music -Emacs actually supports playing music via mpd. - -#+BEGIN_SRC emacs-lisp -(use-package mpc - :defer t - :config (progn - (setq mpc-browser-tags '(Genre Albumartist|Composer|Performer Album|Playlist)))) -#+END_SRC * Programming ** flycheck |