parent
3e9f8b9697
commit
b72e00b6ca
2 changed files with 10 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue