From 3fe0f13337f3ae021c7b349eb72278d743e720d1 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 16 May 2021 01:18:52 +0100 Subject: corfu nits --- completion.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))) -- cgit v1.2.3