Merge branch 'doc' into fix-partial-updates

This commit is contained in:
contrapunctus 2021-06-16 18:27:54 +05:30
commit 9cd742d3a0
1 changed files with 3 additions and 5 deletions

View File

@ -21,14 +21,12 @@
. (concat "<link rel=\"stylesheet\" "
"type=\"text/css\" "
"href=\"../org-doom-molokai.css\" />"))
(eval . (progn
(make-local-variable 'after-save-hook)
(add-hook 'after-save-hook
(eval . (add-hook 'after-save-hook
(lambda nil
(interactive)
(compile
(mapconcat #'shell-quote-argument
`("emacs" "-q" "-Q" "--batch" "--eval=(require 'ob-tangle)"
,(format "--eval=(org-babel-tangle-file \"%s\")" (buffer-file-name)))
" ")))
nil t))))))
nil t))
(eval . (add-hook 'after-save-hook (lambda nil (org-align-all-tags)) nil t)))))