From 34a9a09487dee84617aa07ecae6480b4ff1672c2 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:29 +0000 Subject: [PATCH] configure MPDel for controlling MPD --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +