all repos — nixfiles @ b08f86a1f2e29304dee1b29afa7cb565a5cfcf1a

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

emacs: optimise projectile usage

Projectile's dynamic mode-line isn't displayed in doom-mode-line, so
don't bother updating its content
Alan Pearce alan@alanpearce.eu
Wed, 19 Apr 2023 15:56:46 +0200
commit

b08f86a1f2e29304dee1b29afa7cb565a5cfcf1a

parent

0ff2403e4f695ef5de14927eb17e4d0b38eadd5f

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

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -933,6 +933,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