mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
vertico: use consult-line in +default/search-buffer
While it only gives one candidate per line, it's more important to have something that uses the completion UI
This commit is contained in:
@ -31,7 +31,7 @@ If a selection is active, pre-fill the prompt with it."
|
||||
(if (region-active-p)
|
||||
#'swiper-isearch-thing-at-point
|
||||
#'swiper-isearch))
|
||||
((featurep! :completion vertico) #'isearch-forward))))
|
||||
((featurep! :completion vertico) #'consult-line))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/search-project (&optional arg)
|
||||
|
Reference in New Issue
Block a user