diff options
-rw-r--r-- | init.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |