mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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))
|
(t . +ivy-alternative-search))
|
||||||
ivy-more-chars-alist
|
ivy-more-chars-alist
|
||||||
'((counsel-rg . 1)
|
'((counsel-rg . 1)
|
||||||
|
(counsel-search . 2)
|
||||||
(t . 3)))
|
(t . 3)))
|
||||||
|
|
||||||
(define-key!
|
(define-key!
|
||||||
|
Reference in New Issue
Block a user