Fix SPC f F w/ vertico + consult

Not a perfect analogue to counsel-file-jump, but it's a start (and
better than the previous no-op).
This commit is contained in:
Henrik Lissner 2021-07-25 17:55:59 -04:00
parent 54a556c2fa
commit dd9657d90d
2 changed files with 4 additions and 1 deletions

View file

@ -36,7 +36,7 @@
(interactive)
(if (featurep! :completion ivy)
(call-interactively #'counsel-file-jump)
(cmd! (doom-project-find-file default-directory))))
(doom-project-find-file default-directory)))
;;;###autoload
(defun +default/discover-projects (arg)