From 0e340dbb6d2137be8106666d56b7bbf82f223ece Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 16 Nov 2018 06:31:27 -0500 Subject: [PATCH] [emacs] got tired of seeing auto-revert errors on non-file buffers --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 480f73f..221335c 100644 --- a/init.org +++ b/init.org @@ -611,7 +611,7 @@ Enable automatic reloading of changed buffers and files. #+begin_src emacs-lisp (global-auto-revert-mode 1) (setq auto-revert-verbose nil - global-auto-revert-non-file-buffers t) + global-auto-revert-non-file-buffers nil) #+end_src *** Always use space for indentation -- 2.20.1