fix(vertico): add counsel-file-jump analogue
Fix 'SPC f F' / 'C-c f F' for vertico users
This commit is contained in:
parent
551e5adf81
commit
33b646826b
4 changed files with 28 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue