diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 20:17:42 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 20:17:42 -0500 |
| commit | d862c5792daaf3134802ab7ea312c1bd9ab82b86 (patch) | |
| tree | b63932fb93833d1b28b1a05ab266427d21d2f2af /dot_emacs | |
| parent | zathura config bug (diff) | |
set mingus mpd host to asteria too
Diffstat (limited to '')
| -rw-r--r-- | dot_emacs.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
