From 96a28d76fa2385eca7123629106a14dcae203306 Mon Sep 17 00:00:00 2001 From: cspark Date: Fri, 13 Dec 2024 21:03:53 +0000 Subject: [PATCH] Configure mpd client, settle on mingus --- config.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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