Add Work documents to projectile-search-path
This commit is contained in:
parent
f52ed235f4
commit
1a83f5159e
|
@ -5,7 +5,7 @@
|
||||||
;; Load appearance configuration
|
;; Load appearance configuration
|
||||||
(load! "+ui")
|
(load! "+ui")
|
||||||
;; Set projects directories
|
;; Set projects directories
|
||||||
(setq projectile-project-search-path '("~/Projects"))
|
(setq projectile-project-search-path '("~/Projects" "~/Documents/Work"))
|
||||||
; Auto cleanup recentf
|
; Auto cleanup recentf
|
||||||
(setq recentf-auto-cleanup 300)
|
(setq recentf-auto-cleanup 300)
|
||||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||||
|
|
Loading…
Reference in New Issue