From d862c5792daaf3134802ab7ea312c1bd9ab82b86 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 14 Feb 2023 20:17:42 -0500 Subject: set mingus mpd host to asteria too --- dot_emacs.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 7503c93..933c096 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -559,7 +559,9 @@ Otherwise split the current paragraph into one sentence per line." (use-package mingus ;; mpd client - :ensure t) + :ensure t + :custom + (mingus-mpd-host "asteria.home.arpa")) (use-package minibuffer :config -- cgit v1.2.3