From 50030baa8a04cf4a2a8a0caceb21284fa0722548 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 24 Dec 2020 01:39:54 +0100 Subject: [PATCH] newline. --- init.d/programming/common.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 02f81b6..c2b4be5 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -82,6 +82,7 @@ Ignores ARGS." (projectile-project-name)) (setq-local projectile-enable-caching t)) (kill-local-variable 'projectile-enable-caching))) + (advice-add 'projectile-find-file :before #'my/projectile-enable-caching?) (advice-add 'counsel-projectile-find-file