diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-16 06:31:27 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-16 06:31:27 -0500 |
commit | 0e340dbb6d2137be8106666d56b7bbf82f223ece (patch) | |
tree | 982044816711220935d4b0dcbd4c7f0ce0b8545b | |
parent | b5cb27fb0e0357f607c44b06a81c5674fbf3855f (diff) | |
download | configs-0e340dbb6d2137be8106666d56b7bbf82f223ece.tar.gz configs-0e340dbb6d2137be8106666d56b7bbf82f223ece.tar.xz configs-0e340dbb6d2137be8106666d56b7bbf82f223ece.zip |
[emacs] got tired of seeing auto-revert errors on non-file buffers
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |