From 3c235db8fb2f1758393bdf634035c1484ba37b89 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 11 Nov 2023 19:57:23 -0500 Subject: [PATCH] Update Projectile Search Path - Change from ~/Projects to ~/Git --- README.org | 2 +- config.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f97f754..6d7000e 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/config.el b/config.el index 622bdf8..7131182 100644 --- a/config.el +++ b/config.el @@ -168,7 +168,7 @@ '(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.4)))) '(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.2))))) -(setq projectile-project-search-path '("~/Projects/Personal/" "~/Projects/System/" "~/.config/")) +(setq projectile-project-search-path '("~/Git/" "~/.config/")) (add-hook! 'web-mode-hook 'prettier-js-mode)