From 7fc6de4e6f5f4bff0cbc77adb687b8d145362f3e Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 7 Mar 2022 15:09:17 -0500 Subject: [PATCH] doom: Projectile search path, always look at ~/ghq --- doom/.config/doom/config.el | 3 +++ 1 file changed, 3 insertions(+) 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)))