diff --git a/config.org b/config.org index f1749cf..1c768b2 100644 --- a/config.org +++ b/config.org @@ -236,3 +236,14 @@ for all that stuff at the bottom. (setq org-html-postamble nil) #+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 +