Update Projectile Search Path
- Change from ~/Projects to ~/Git
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user