mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: reduce min-chars for counsel-search to 2
From default of 3
This commit is contained in:
@ -43,6 +43,7 @@ This uses a search algorithm other than ivy's default.")
|
||||
(t . +ivy-alternative-search))
|
||||
ivy-more-chars-alist
|
||||
'((counsel-rg . 1)
|
||||
(counsel-search . 2)
|
||||
(t . 3)))
|
||||
|
||||
(define-key!
|
||||
|
Reference in New Issue
Block a user