Commit cc96b162c7ae

Vincent Demeester <vincent@sbr.pm>
2025-12-16 13:36:04
feat(emacs): Enable auto-revert for org-mode buffers
- Automatically reload org files when modified externally - Prevent stale buffer issues with syncthing synchronization - Improve multi-device editing workflow Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ef2e8d6
Changed files (1)
tools
emacs
tools/emacs/init.el
@@ -1594,6 +1594,7 @@ minibuffer, even without explicitly focusing it."
   (org-goto-max-level 2)
   :hook
   (org-mode . auto-fill-mode)
+  (org-mode . auto-revert-mode)
   :bind
   (:map org-mode-map
 	("C-<left>" . org-shiftleft)