From 1a83f5159e61a13fc7aacda138f3b467e4adcbc3 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 10 Feb 2021 23:38:48 +0100 Subject: [PATCH] Add Work documents to projectile-search-path --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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