refactor(vertico): use consult-fd
Close: #7458 Co-authored-by: LemonBreezes <look@strawberrytea.xyz>
This commit is contained in:
parent
9bfc0ee029
commit
60e22fd2eb
4 changed files with 12 additions and 54 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue