From e30e54bdbfb54796e1cb9703098f90fe16d28991 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Tue, 18 Jun 2024 20:27:47 +0000 Subject: Don't show a dividing line to separate vertico groups --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 71e8aef..9f05288 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -35,6 +35,9 @@ ;; We want vertico to take up a maximum of 12 lines on the display. My screen is quite small, so that's fine, but if i had a bigger screen, i might want to look into setting a percentage or increasing this. (setopt vertico-count 12) +(setopt vertico-group-format #("%s " 0 3 (face vertico-group-title))) + + ;; We also want to be able to jump to the bottom of the list by moving up from the top of the list, and the opposite. I've rarely made use of this functionality and i don't know if it's actually a best practice from an interaction perspective, but i'm going to keep it on until it causes an issue for me. (setopt vertico-cycle t) -- cgit 1.4.1-2-gfad0