Update Projectile Search Path

- Change from ~/Projects to ~/Git
This commit is contained in:
Sravan Balaji
2023-11-11 19:57:23 -05:00
parent ff370e62a8
commit 3c235db8fb
2 changed files with 2 additions and 2 deletions

View File

@@ -756,7 +756,7 @@ If you use =org= and don't want your org files in the default location below, ch
*** Projectile
#+BEGIN_SRC emacs-lisp :tangle config.el
(setq projectile-project-search-path '("~/Projects/Personal/" "~/Projects/System/" "~/.config/"))
(setq projectile-project-search-path '("~/Git/" "~/.config/"))
#+END_SRC
*** Prettier Formatter