Un-verbose-ify auto-revert-mode

This commit is contained in:
Case Duckworth 2021-09-14 16:55:14 -05:00
parent ab3821c987
commit 71adb88004
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ AKA, DO NOT USE THIS FUNCTION!!!"
(:option auth-sources '("~/.authinfo" "~/.authinfo.gpg")))
(setup autorevert
(:option global-auto-revert-non-file-buffers t)
(:option global-auto-revert-non-file-buffers t
auto-revert-verbose nil)
(global-auto-revert-mode +1))
(setup (:straight avy)