config.phundrak.com/docs/.dir-locals.el
Lucien Cartier-Tilet db11853491
All checks were successful
deploy / build (push) Successful in 2m20s
feat: auto tangle org files on save
2024-01-27 11:57:05 +01:00

7 lines
307 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((org-mode . ((org-list-allow-alphabetical . nil)
(org-confirm-babel-evaluate . nil)
(eval . (add-hook 'after-save-hook #'org-babel-tangle)))))