fix(vertico): add counsel-file-jump analogue

Fix 'SPC f F' / 'C-c f F' for vertico users
This commit is contained in:
Henrik Lissner 2021-07-28 12:53:02 -04:00
parent 551e5adf81
commit 33b646826b
4 changed files with 28 additions and 5 deletions

View file

@ -34,9 +34,7 @@
(defun +default/find-file-under-here ()
"Perform a recursive file search from the current directory."
(interactive)
(if (featurep! :completion ivy)
(call-interactively #'counsel-file-jump)
(doom-project-find-file default-directory)))
(doom-project-find-file default-directory))
;;;###autoload
(defun +default/discover-projects (arg)