Let vertico sort candidates by name mostly

Show the history first, for manual selection, but sort the rest alphabetically.
This commit is contained in:
Daniel Borchmann 2025-04-05 11:59:42 +02:00
parent ef6ba17d55
commit 6f07502638
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2359,7 +2359,10 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package vertico
:ensure t
:commands (vertico-mode))
:commands (vertico-mode)
:autoload (vertico-sort-history-alpha
vertico-sort-alpha)
:init (setq vertico-sort-function #'vertico-sort-history-alpha))
(use-package orderless
:ensure t