feat: auto tangle org files on save
All checks were successful
deploy / build (push) Successful in 2m20s
All checks were successful
deploy / build (push) Successful in 2m20s
This commit is contained in:
parent
b45a86da74
commit
db11853491
@ -2,4 +2,5 @@
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((org-mode . ((org-list-allow-alphabetical . nil)
|
||||
(org-confirm-babel-evaluate . nil))))
|
||||
(org-confirm-babel-evaluate . nil)
|
||||
(eval . (add-hook 'after-save-hook #'org-babel-tangle)))))
|
||||
|
Loading…
Reference in New Issue
Block a user