From f80b35e6f2f548ce14c682ea3b5157c44dcf8415 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 9 Nov 2021 16:31:18 +0100 Subject: [PATCH] Update projectile search path --- config.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.el b/config.el index ddc6c2f..03bcde0 100644 --- a/config.el +++ b/config.el @@ -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