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