Emacs: Add .dir-locals.el which enables projectile caching.

This commit is contained in:
tastytea 2020-08-03 01:29:16 +02:00
parent 95647351e5
commit 357ef51dd0
1 changed files with 4 additions and 0 deletions

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((projectile-enable-caching . t))))