diff options
-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 |