diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index e3198df..4e09545 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -420,6 +420,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ;; Automatically revert buffers when they change on disk. This doesn't apply to tramp. (setopt global-auto-revert-mode t) +(setopt global-auto-revert-non-file-buffers t) ;; This behaviour changes how we visit symlinks. (setopt find-file-visit-truename t) |