Automatically add repos to projectile.
This will selectively ignore any directories that don't exist.
This commit is contained in:
parent
51a1165071
commit
d7862cc24a
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
|
|
||||||
;; Have projectile automatically check code.
|
;; Have projectile automatically check code.
|
||||||
;(setq projectile-project-search-path '("~/src/" "~/Code/"))
|
(setq projectile-project-search-path
|
||||||
(add-to-list 'projectile-project-search-path "~/src/")
|
(seq-filter 'file-directory-p '("~/src" "~/Code" "~/opt")))
|
||||||
|
|
||||||
(load! "+mail")
|
(load! "+mail")
|
||||||
(load! "+org")
|
(load! "+org")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user