From 357ef51dd0aebb7f5121a0cda4a5de220560dbf6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 3 Aug 2020 01:29:16 +0200 Subject: [PATCH] Emacs: Add .dir-locals.el which enables projectile caching. --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..233770d --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((projectile-enable-caching . t))))