From 851b4f36a9b3df82c18268fefb9bbd6c40e2f2a1 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:32 +0000 Subject: [PATCH] Remove mingus --- config.org | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config.org b/config.org index 8a3827f..8ba0bd5 100644 --- a/config.org +++ b/config.org @@ -575,15 +575,6 @@ needs to be set up to install them if they aren't already. (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 - * Mail Currently using =mu4e= for mail. Not sure whether this is my 'final' set up, I might give =notmuch= a try at some point.