From d748a59a4a9df0af4a1f9b99be4fec403e0b398b Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 29 Oct 2022 23:21:31 +0200 Subject: [PATCH] doom projectile ignored projects --- config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/doom/config.el b/config/doom/config.el index 9894f301..7f585db1 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -321,7 +321,7 @@ (setq! projectile-track-known-projects-automatically t projectile-indexing-method 'alien ;; alien is faster than hybrid but doesn't recognize .projectile markers projectile-sort-order 'recentf - projectile-ignored-projects '("/home/christoph/.emacs.d" "/tmp" "/home/christoph/" "/home/christoph/.emacs.d/.local/straight/repos/") + projectile-ignored-projects '("/home/christoph/.emacs.d/" "/tmp/" "/home/christoph/" "/home/christoph/.emacs.d/.local/straight/repos/" "/home/christoph/Videos/") ;; projectile-project-root-files #'(".projectile") ;; only recognize .projectile projects ;; projectile-project-root-functions #'(projectile-root-top-down ;; projectile-root-top-down-recurring