diff --git a/config.el b/config.el index 3df11ab..0c6188b 100644 --- a/config.el +++ b/config.el @@ -5,7 +5,7 @@ ;; Load appearance configuration (load! "+ui") ;; Set projects directories -(setq projectile-project-search-path '("~/Projects")) +(setq projectile-project-search-path '("~/Projects" "~/Documents/Work")) ; Auto cleanup recentf (setq recentf-auto-cleanup 300) ; Save backup files to ~/.cache and autosave files to ~/.cache/emacs