1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added dirs to projectile

This commit is contained in:
Ryan Kes 2019-12-30 19:37:50 +01:00
parent eb20e8ae0b
commit a25c9103c7

View File

@ -33,7 +33,7 @@ Set default paths [[https://www.projectile.mx/en/latest/][projectile]] should se
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package! projectile (use-package! projectile
:config :config
(setq projectile-project-search-path '("~/devel/personal/" "~/devel/andthensome/" "~/Documents/"))) ; Default paths (setq projectile-project-search-path '("~/devel/personal/" "~/devel/andthensome/" "~/Documents/" "~/dotfiles" "~/private-dotfiles"))) ; Default paths
#+END_SRC #+END_SRC
* [[https://github.com/jorgenschaefer/circe][Circe]] * [[https://github.com/jorgenschaefer/circe][Circe]]