blob: 05bfae222a0cd6af660b32558646ce22292abada (
plain)
1
2
3
4
5
6
7
|
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((org-mode . ((eval . (add-hook 'before-save-hook
(lambda nil
(fpi/tangle-async))
nil t)))))
|