Add MPD client
This commit is contained in:
parent
224d016543
commit
e78eb4efdf
@ -344,3 +344,12 @@ needs to be set up to install them if they aren't already.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(global-set-key (kbd "C-c C-p") 'password-store-copy)
|
(global-set-key (kbd "C-c C-p") 'password-store-copy)
|
||||||
#+end_src
|
#+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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user