summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
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)