projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5cb27f
)
[emacs] got tired of seeing auto-revert errors on non-file buffers
author
Amin Bandali
<bandali@gnu.org>
Fri, 16 Nov 2018 11:31:27 +0000
(06:31 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 16 Nov 2018 11:31:27 +0000
(06:31 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
480f73f
..
221335c
100644
(file)
--- 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