Useful for detecting external changes to tangled blocks upon edit.
load-path = lisp
load-path = contrib/lisp
info-path = doc
load-path = lisp
load-path = contrib/lisp
info-path = doc
+[submodule "org-tanglesync"]
+ path = lib/org-tanglesync
+ url = https://github.com/mtekman/org-tanglesync.el.git
[submodule "packed"]
path = lib/packed
url = https://github.com/emacscollective/packed.git
[submodule "packed"]
path = lib/packed
url = https://github.com/emacscollective/packed.git
--- /dev/null
+Subproject commit af83a73ae542d5cb3c9d433cbf2ce1d4f4259117
'safe-local-variable-values
'(eval add-hook 'after-save-hook #'b/async-babel-tangle 'append 'local))
'safe-local-variable-values
'(eval add-hook 'after-save-hook #'b/async-babel-tangle 'append 'local))
+(use-package org-tanglesync
+ :hook (org-mode . org-tanglesync-mode))
+