mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
refactor(vertico): use consult-fd
Close: #7458 Co-authored-by: LemonBreezes <look@strawberrytea.xyz>
This commit is contained in:
@ -283,7 +283,7 @@ otherwise falling back to ffap.el (find-file-at-point)."
|
||||
(counsel-file-jump guess (doom-project-root)))
|
||||
((and (modulep! :completion vertico)
|
||||
(doom-project-p))
|
||||
(+vertico/find-file-in (doom-project-root) guess))
|
||||
(+vertico/consult-fd-or-find (doom-project-root) guess))
|
||||
((find-file-at-point (ffap-prompter guess))))
|
||||
t))
|
||||
|
||||
|
Reference in New Issue
Block a user