refactor(doom): remove School from projectile project search path

This commit is contained in:
Infinidoge 2022-07-14 14:34:25 -04:00
parent c7dbef5f72
commit 8d83c2c093

View file

@ -20,7 +20,7 @@
;; --- Projectile ----
(setq
projectile-indexing-method 'hybrid
projectile-project-search-path '("~/Projects/" "~/Documents/School")
projectile-project-search-path '("~/Projects/")
)
;; --- Treemacs ---