summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--completion.org4
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)))