diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 11:58:01 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 11:58:01 -0500 |
commit | 4b37295ea41f64400ca14df7cfffafe87841b1ef (patch) | |
tree | 84c0ecd281a6bec416667b57ad116d72d6d49502 | |
parent | dzen2 dies (diff) |
Set mpc-host
-rw-r--r-- | dot_emacs.tmpl | 4 |
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) |