aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-14 11:58:01 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-14 11:58:01 -0500
commit4b37295ea41f64400ca14df7cfffafe87841b1ef (patch)
tree84c0ecd281a6bec416667b57ad116d72d6d49502 /dot_emacs.tmpl
parentdzen2 dies (diff)
Set mpc-host
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r--dot_emacs.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index 933c7d2..311a9ac 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -568,6 +568,10 @@ Otherwise split the current paragraph into one sentence per line."
;; Cycle through tab-completions with tab if there are less than 5
(setq completion-cycle-threshold 5))
+(use-package mpc
+ :custom
+ (mpc-host "asteria.home.arpa"))
+
(use-package ocp-indent
:ensure t)