diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 11:58:40 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-14 11:58:40 -0500 |
commit | 7f608f3e45fc24cfcf8558141d611fc57c8f846b (patch) | |
tree | 6835f838b917cee1a82f47d89d01cb0cec6e08d0 | |
parent | Set mpc-host (diff) |
idomatic use-package
Diffstat (limited to '')
-rw-r--r-- | dot_emacs.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 311a9ac..7503c93 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -566,7 +566,7 @@ Otherwise split the current paragraph into one sentence per line." (add-to-list 'completion-styles 'substring) :custom ;; Cycle through tab-completions with tab if there are less than 5 - (setq completion-cycle-threshold 5)) + (completion-cycle-threshold 5)) (use-package mpc :custom |