summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 7568184..fb4ea0c 100644
--- a/init.el
+++ b/init.el
@@ -2397,14 +2397,6 @@
visible-bell t
enable-recursive-minibuffers t)
-(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")))
-
(setq bookmark-save-flag nil)
(use-package savehist