Fix Projectile paths

This commit is contained in:
Fabio Scotto di Santolo
2026-01-05 14:59:37 +01:00
parent 75b43f669d
commit e9623a96b0

View File

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