refactor(doom): remove School from projectile project search path
This commit is contained in:
parent
c7dbef5f72
commit
8d83c2c093
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
;; --- Projectile ----
|
;; --- Projectile ----
|
||||||
(setq
|
(setq
|
||||||
projectile-indexing-method 'hybrid
|
projectile-indexing-method 'hybrid
|
||||||
projectile-project-search-path '("~/Projects/" "~/Documents/School")
|
projectile-project-search-path '("~/Projects/")
|
||||||
)
|
)
|
||||||
|
|
||||||
;; --- Treemacs ---
|
;; --- Treemacs ---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue