From ec4279e5c044852b12170cabfeb388fcea3d1041 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 27 Oct 2025 17:11:05 +0100 Subject: [PATCH] Simplify projectile search path --- config.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config.el b/config.el index 022dd32..2748697 100644 --- a/config.el +++ b/config.el @@ -8,13 +8,8 @@ (load! "+keybindings") ;; Set projects directories (setq projectile-project-search-path '(("~/Projects" . 2) - ("~/Documents/Work" . 1) - ("~/Documents/Papers" . 0) - ("~/Documents/Typesetting" . 1) - ("~/Documents/Paperwork" . 1) - ("~/Documents/Typesetting" . 1) - ("~/Documents/Uni" . 3) - ("~/Repos" . 1) + ("~/Documents" . 5) + ("~/Repos") "~/.dotfiles" "~/Notes")) ;; Auto cleanup recentf