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.
|
||||
;(setq projectile-project-search-path '("~/src/" "~/Code/"))
|
||||
(add-to-list 'projectile-project-search-path "~/src/")
|
||||
(setq projectile-project-search-path
|
||||
(seq-filter 'file-directory-p '("~/src" "~/Code" "~/opt")))
|
||||
|
||||
(load! "+mail")
|
||||
(load! "+org")
|
||||
|
|
Loading…
Reference in New Issue
Block a user