diff options
-rw-r--r-- | completion.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/completion.org b/completion.org index c7a1c70..dddf3df 100644 --- a/completion.org +++ b/completion.org @@ -32,7 +32,9 @@ (use-package corfu :ensure t - :init (setq corfu-cycle t) + :init (setq corfu-cycle t + corfu-min-width 20 + corfu-max-width 100) :bind (:map corfu-map ("TAB" . corfu-next) ("S-TAB" . corfu-previous))) |