aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-02-14 11:58:40 -0500
committerRyan Kavanagh <rak@rak.ac>2023-02-14 11:58:40 -0500
commit7f608f3e45fc24cfcf8558141d611fc57c8f846b (patch)
tree6835f838b917cee1a82f47d89d01cb0cec6e08d0
parentSet mpc-host (diff)
idomatic use-package
Diffstat (limited to '')
-rw-r--r--dot_emacs.tmpl2
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