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
|
*** Projectile
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
#+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
|
#+END_SRC
|
||||||
|
|
||||||
*** Prettier Formatter
|
*** Prettier Formatter
|
||||||
|
@@ -168,7 +168,7 @@
|
|||||||
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.4))))
|
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.4))))
|
||||||
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.2)))))
|
'(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)
|
(add-hook! 'web-mode-hook 'prettier-js-mode)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user