From 96d60ccf36ab3ef80cd5e65c95fabf20340fd28d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 10 Jul 2024 18:55:46 +0100 Subject: Reduce size of vertico window and stop it resizing --- init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 17aed47..12cd55b 100644 --- a/init.el +++ b/init.el @@ -521,11 +521,12 @@ Restart works only on graphic display." ;;Different scroll margin (setq vertico-scroll-margin 0) - ;;Show more candidates - (setq vertico-count 20) + ;;Show more candidates - we don't need many + (setq vertico-count 10) - ;;Grow and shrink the Vertico minibuffer - (setq vertico-resize t) + ;;Grow and shrink the Vertico minibuffer - set to nil because it + ;; jumping up and down is nippy + (setq vertico-resize nil) ;;Optionally enable cycling for `vertico-next' and `vertico-previous'. (setq vertico-cycle t)) -- cgit v1.2.3