summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-06-02 18:47:34 -0400
committerKyle Meyer <kyle@kyleam.com>2018-06-02 18:47:34 -0400
commit71c3e0bca7c3ccbe64433dfb3c9e6530c75106d3 (patch)
tree78b268f9c6e4d2ab7a96280b63cf74739b112187 /init.el
parent31178148a2c35afcb8bd28d340999ea3a21406f5 (diff)
downloademacs.d-71c3e0bca7c3ccbe64433dfb3c9e6530c75106d3.tar.gz
Remove .dir-locals-2.el hack
Emacs 26 has built-in support for this.
Diffstat (limited to 'init.el')
-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