Fix Projectile paths

This commit is contained in:
Fabio Scotto di Santolo
2026-01-05 14:59:37 +01:00
parent afcce178d7
commit 7be5ed57da

View File

@@ -5,7 +5,7 @@
:defer 1
:init
;; Root detection
(setq projectile-project-search-path '("~/Projects" "~/Work"))
(setq projectile-project-search-path '("~/Projects" "~/Work" "~/Progetti"))
(setq projectile-completion-system 'ivy)
:config
;; Performance