summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.el b/init.el
index a815c01..1079722 100644
--- a/init.el
+++ b/init.el
@@ -2387,6 +2387,13 @@
visible-bell t
enable-recursive-minibuffers t)
+(advice-add
+ 'hack-dir-local-variables :around
+ (lambda (fn)
+ (let ((dir-locals-file ".dir-locals-2.el"))
+ (funcall fn)))
+ '((name . "dir-locals-2")))
+
(setq bookmark-save-flag nil)
(use-package savehist