diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-10-02 16:10:34 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-10-02 16:10:34 +0100 |
commit | dc8b63e1eae0e8bb66fcfd28e9d7c31d09383126 (patch) | |
tree | 6c70cdf3b6f3b2b40908ff4555a3635c069e1067 /.emacs.d/lisp | |
parent | f13e46330da43030d2d7063bbd0a07b961ddf61a (diff) | |
download | dotfiles-dc8b63e1eae0e8bb66fcfd28e9d7c31d09383126.tar.gz |
Reduce completion-cyle-threshold
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el index c46ad5c..8035ae3 100644 --- a/.emacs.d/lisp/init-completion.el +++ b/.emacs.d/lisp/init-completion.el @@ -47,7 +47,7 @@ (use-feature emacs :config - (setq completion-cycle-threshold 3) + (setq completion-cycle-threshold 2) (setq tab-always-indent 'complete) (setq read-buffer-completion-ignore-case t read-file-name-completion-ignore-case t |