mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user