changing project dirs

This commit is contained in:
Matt Nish-Lapidus 2025-02-21 16:45:37 -05:00
parent 0d517c7a0f
commit 006bd63aee
2 changed files with 6 additions and 3 deletions

View file

@ -178,7 +178,7 @@
;; (setq terminal-here-mac-terminal-command '("kitty" "@" "launch" "--type=tab"))
;; set project paths and ignore buffers
(setq projectile-project-search-path '(("~/source" . 2)))
(setq projectile-project-search-path '(("~/Projects" . 4) ("~/source" . 2)))
(setq projectile-globally-ignored-buffers
'("*scratch*"
"*lsp-log*"))