Let vertico sort candidates by name mostly
Show the history first, for manual selection, but sort the rest alphabetically.
This commit is contained in:
parent
ef6ba17d55
commit
6f07502638
5
init.el
5
init.el
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user