diff --git a/config.org b/config.org index b0e2475..91b5944 100644 --- a/config.org +++ b/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 (server-start) #+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