From: rearman Date: Thu, 21 May 2026 21:19:11 +0000 (-0400) Subject: Don't auto-revert the buffer list X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=d094e85b9793f20b1ad060c75d7e7c25580c1290;p=emacsinit.git Don't auto-revert the buffer list --- diff --git a/config.org b/config.org index ac65589..186d4ce 100644 --- a/config.org +++ b/config.org @@ -1491,7 +1491,7 @@ Stolen from https://depp.brause.cc/dotemacs" #+BEGIN_SRC emacs-lisp ;; Auto-Revert (global-auto-revert-mode t) -(setq global-auto-revert-non-file-buffers t) +(setq global-auto-revert-non-file-buffers nil) #+END_SRC * Crash Handliŋ #+BEGIN_SRC emacs-lisp