diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index d6233c0..f195a41 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -40,3 +40,6 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. + +;; Projects +(setq projectile-project-search-path '(("~/ghq/" . 3)))