mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
@@ -40,3 +40,12 @@
|
||||
(if (featurep! :completion ivy)
|
||||
(call-interactively #'counsel-file-jump)
|
||||
(λ! (doom-project-find-file default-directory))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +default/discover-projects (arg)
|
||||
"Discover projects in `projectile-project-search-path'.
|
||||
If prefix ARG is non-nil, prompt for the search path."
|
||||
(interactive "P")
|
||||
(if arg
|
||||
(call-interactively #'projectile-discover-projects-in-directory)
|
||||
(mapc #'projectile-discover-projects-in-directory projectile-project-search-path)))
|
||||
|
Reference in New Issue
Block a user