diff options
author | Case Duckworth | 2021-09-14 16:55:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-14 16:55:14 -0500 |
commit | 71adb880043237c262813e8c9b500d1b2dd9755f (patch) | |
tree | a4f869475552ab06729232cb083895ea20af7d51 | |
parent | Update TODO (diff) | |
download | emacs-71adb880043237c262813e8c9b500d1b2dd9755f.tar.gz emacs-71adb880043237c262813e8c9b500d1b2dd9755f.zip |
Un-verbose-ify auto-revert-mode
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 3ac62dc..3ff6589 100644 --- a/init.el +++ b/init.el | |||
@@ -113,7 +113,8 @@ AKA, DO NOT USE THIS FUNCTION!!!" | |||
113 | (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg"))) | 113 | (:option auth-sources '("~/.authinfo" "~/.authinfo.gpg"))) |
114 | 114 | ||
115 | (setup autorevert | 115 | (setup autorevert |
116 | (:option global-auto-revert-non-file-buffers t) | 116 | (:option global-auto-revert-non-file-buffers t |
117 | auto-revert-verbose nil) | ||
117 | (global-auto-revert-mode +1)) | 118 | (global-auto-revert-mode +1)) |
118 | 119 | ||
119 | (setup (:straight avy) | 120 | (setup (:straight avy) |