Add Typesetting folder to projectile-search-path

This commit is contained in:
coolneng 2021-02-17 16:43:19 +01:00
parent c35bb8840c
commit e8e04de380
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

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