adapting for nix

This commit is contained in:
Matt Nish-Lapidus 2024-09-29 01:56:31 -04:00
parent b0a2ad3ea7
commit 299fd42545
2 changed files with 2 additions and 1 deletions

View file

@ -170,7 +170,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 '(("~/source" . 2)))
(setq projectile-globally-ignored-buffers
'("*scratch*"
"*lsp-log*"))