From a1c1db3c72b10a9953fdacf34377be62581becb6 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 1 Aug 2020 18:18:46 +0200 Subject: Add more safe local variables --- emacs-init.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index e119110..f6667a6 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1497,7 +1497,11 @@ Some settings could be harmful to emacs and the underlying system. Therefore man #+begin_src emacs-lisp :tangle no :noweb-ref files-custom (safe-local-variable-values '((whitespace-style face trailing space-before-tab indentation empty space-after-tab newline-mark) + (whitespace-style face trailing space-before-tab indentation empty space-after-tab) (eval set-window-buffer nil (current-buffer)) + (eval add-hook 'before-save-hook (lambda nil (fpi/tangle-async)) nil t) + (org-attach-preferred-new-method . dir) + (org-attach-use-inheritance . t) (right-margin-width . 2) (left-margin-width . 2) (line-spacing . 0.2) -- cgit v1.2.3