summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-01 18:18:46 +0200
committerfpi2020-08-01 18:30:08 +0200
commita1c1db3c72b10a9953fdacf34377be62581becb6 (patch)
treed0727fe15d458d9685098713caec76320ee3e174 /emacs-init.org
parentAdjust org-scheduled-previously face (diff)
Add more safe local variables
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
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)