Update projectile search path
This commit is contained in:
parent
d8fea95751
commit
f80b35e6f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue