Configure mpd client, settle on mingus
This commit is contained in:
parent
ab0acd75e3
commit
96a28d76fa
14
config.org
14
config.org
|
|
@ -1475,3 +1475,17 @@ Start emacs server, this can then be used to open buffers/set the current emacs
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(server-start)
|
(server-start)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** MPD
|
||||||
|
Clients that support MPD
|
||||||
|
*** MPDel
|
||||||
|
MPDel is an Emacs client for Music Player Daemon (MPD), a flexible, powerful, server-side application for playing music.
|
||||||
|
+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package mpdel
|
||||||
|
:ensure t)
|
||||||
|
+END_SRC
|
||||||
|
*** Mingus
|
||||||
|
Mingus is a frontend for GNU Emacs to the Music Player daemon. The interface closely, though not strictly, resembles that of ncmpc.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package mingus
|
||||||
|
:ensure t)
|
||||||
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue