summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)