From e78eb4efdfcc0738a1cafd4b404dd86e6c827743 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:31 +0000 Subject: [PATCH] Add MPD client --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index a0a09c8..d14c25d 100644 --- a/config.org +++ b/config.org @@ -344,3 +344,12 @@ needs to be set up to install them if they aren't already. #+begin_src emacs-lisp (global-set-key (kbd "C-c C-p") 'password-store-copy) #+end_src + +* Music Player + MPD is clearly the correct way to build a music player, so all + that's needed is a client for it... after having played around with + a couple of them, [[https://github.com/pft/mingus][Mingus]] is the one I've like the most. + + #+begin_src emacs-lisp + (use-package mingus) + #+end_src