diff options
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org index 017a8af..6ed5c61 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1420,6 +1420,12 @@ paragraph [[Open a recently visited file]]. (run-at-time nil (* 5 60) 'recentf-save-list) #+END_SRC +*** Reload changed files silently + +#+BEGIN_SRC emacs-lisp :tangle yes +(global-auto-revert-mode) +#+END_SRC + ** Frame *** Header & mode lines |