configure MPDel for controlling MPD
This commit is contained in:
parent
ecf2014ba1
commit
34a9a09487
11
config.org
11
config.org
@ -236,3 +236,14 @@ for all that stuff at the bottom.
|
|||||||
(setq org-html-postamble nil)
|
(setq org-html-postamble nil)
|
||||||
#+end_src
|
#+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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user