diff options
author | Blendoit <blendoit@gmail.com> | 2021-04-19 20:48:38 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-04-19 20:48:38 -0700 |
commit | 5018e024b85cf50b64b2270e022fc8313f69c699 (patch) | |
tree | 3e26e802e8190ec48971436ec4a4706bbfae357c | |
parent | d880e4f8267c18aad4a6d21c64d920e5bb1a3298 (diff) |
YES! SHUT UP REVERTINO!
-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 |