my/project-find-common-projects only search ~/Projects
This commit is contained in:
parent
92a9257560
commit
4e2067bab5
7
init.el
7
init.el
|
@ -949,14 +949,11 @@
|
|||
(defun my/project-find-common-projects ()
|
||||
"Search and remember common project directories.
|
||||
|
||||
Calls `project-remember-project-under' for ~/.config/,
|
||||
~/Projects/, and ~/Documents/"
|
||||
Calls `project-remember-project-under' for ~/Projects/"
|
||||
(interactive)
|
||||
(require 'project)
|
||||
(project-forget-zombie-projects)
|
||||
(dolist
|
||||
(dir
|
||||
'("~/.config/" "~/Projects/"))
|
||||
(dolist (dir '("~/Projects/"))
|
||||
(project-remember-projects-under dir t))
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in a new issue