Lucien Cartier-Tilet
db11853491
All checks were successful
deploy / build (push) Successful in 2m20s
7 lines
307 B
EmacsLisp
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)))))
|