add mpdel
This commit is contained in:
parent
686f7b9080
commit
2cae318fa3
|
@ -999,6 +999,15 @@ Ill set this up later as well
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package subsonic)
|
(use-package subsonic)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** mpdel
|
||||||
|
MPD controller for emacs
|
||||||
|
(will only work on linux obviously)
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(when (eq system-type 'gnu/linux)
|
||||||
|
(use-package mpdel
|
||||||
|
:config
|
||||||
|
(mpdel-mode)))
|
||||||
|
#+end_src
|
||||||
** GPTel
|
** GPTel
|
||||||
its over the machines took over guys can i get my likes now
|
its over the machines took over guys can i get my likes now
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue