Update projectile search path

This commit is contained in:
coolneng 2021-11-09 16:31:18 +01:00
parent d8fea95751
commit f80b35e6f2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@
;; Load appearance configuration
(load! "+ui")
;; Set projects directories
(setq projectile-project-search-path '("~/Projects" "~/Documents/Work" "~/Documents/Typesetting"))
(setq projectile-project-search-path '(("~/Projects" . 2)
"~/Documents/Work"
"~/Documents/Papers"
"~/Documents/Typesetting"
("~/Documents/Uni" . 3)
"~/Repos"
"~/.dotfiles"))
; Auto cleanup recentf
(setq recentf-auto-cleanup 300)
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs