diff options
Diffstat (limited to 'dot_emacs.tmpl')
-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 |