diff options
author | fpi | 2020-08-01 18:18:46 +0200 |
---|---|---|
committer | fpi | 2020-08-01 18:30:08 +0200 |
commit | a1c1db3c72b10a9953fdacf34377be62581becb6 (patch) | |
tree | d0727fe15d458d9685098713caec76320ee3e174 | |
parent | Adjust org-scheduled-previously face (diff) |
Add more safe local variables
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 4 insertions, 0 deletions
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) |