Emacs: prefer higher-level projects (not subprojects) in projectile
Alan Pearce alan@alanpearce.eu
Thu, 01 Jun 2023 15:01:22 +0200
1 files changed, 1 insertions(+), 5 deletions(-)
jump to
M user/emacs/init.el → user/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)