all repos — nixfiles @ 39036e2edcb30199d4708323912be6b9e08ad2a4

System and user configuration, managed by nix and home-manager

Emacs: prefer higher-level projects (not subprojects) in projectile
Alan Pearce alan@alanpearce.eu
Thu, 01 Jun 2023 15:01:22 +0200
commit

39036e2edcb30199d4708323912be6b9e08ad2a4

parent

368db5a9e9d387be85b6e17d175fce3da160386f

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -944,11 +944,7 @@ (setq projectile-kill-buffers-filter 'kill-only-files                   projectile-sort-order 'modification-time
                   projectile-project-search-path '(("~/projects/" . 2))
                   projectile-auto-discover nil
-                  projectile-dynamic-mode-line nil
-                  projectile-project-root-functions '(projectile-root-local
-                                                      projectile-root-top-down
-                                                      projectile-root-bottom-up
-                                                      projectile-root-top-down-recurring))
+                  projectile-dynamic-mode-line nil)
             (projectile-mode +1)
             (with-eval-after-load 'evil-ex
               (evil-ex-define-cmd "rg" #'ripgrep-regexp)