Remove mingus

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:32 +00:00
parent fa2f4574d8
commit 851b4f36a9

View File

@ -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.