diff options
author | jao <jao@gnu.org> | 2021-05-16 01:18:52 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-16 01:18:52 +0100 |
commit | 3fe0f13337f3ae021c7b349eb72278d743e720d1 (patch) | |
tree | 5c2bed08326dd4eaf172afb2a2b3a8d89baa4301 | |
parent | 70aae9dabbed7fcc041c9a280c1f6c673013b6ec (diff) | |
download | elibs-3fe0f13337f3ae021c7b349eb72278d743e720d1.tar.gz elibs-3fe0f13337f3ae021c7b349eb72278d743e720d1.tar.bz2 |
corfu nits
-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))) |