configure MPDel for controlling MPD

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:29 +00:00
parent ecf2014ba1
commit 34a9a09487

View File

@ -236,3 +236,14 @@ for all that stuff at the bottom.
(setq org-html-postamble nil) (setq org-html-postamble nil)
#+end_src #+end_src
** Music Player
I use MPD because it is clearly the best way to play music; sometimes
it's nice to control it from Emacs, so I use MPDel for that.
#+begin_src emacs-lisp
(use-package mpdel
:config
(mpdel-mode))
#+end_src