From 4b37295ea41f64400ca14df7cfffafe87841b1ef Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 14 Feb 2023 11:58:01 -0500 Subject: Set mpc-host --- dot_emacs.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3