summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1079722..1bf0817 100644
--- a/init.el
+++ b/init.el
@@ -2390,6 +2390,7 @@
(advice-add
'hack-dir-local-variables :around
(lambda (fn)
+ (funcall fn)
(let ((dir-locals-file ".dir-locals-2.el"))
(funcall fn)))
'((name . "dir-locals-2")))