diff options
-rw-r--r-- | completion.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/completion.org b/completion.org index 5fb95ad..5604eb9 100644 --- a/completion.org +++ b/completion.org @@ -34,10 +34,11 @@ (use-package corfu :ensure t + :demand t :init (setq corfu-cycle t corfu-count 10 - corfu-no-match (propertize "ยทยทยท" 'face 'bold) - corfu-auto t + corfu-quit-no-match nil + corfu-auto nil corfu-min-width 20 corfu-max-width 100 corfu-excluded-modes '(eshell-mode)) |