summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-14 16:55:14 -0500
committerCase Duckworth2021-09-14 16:55:14 -0500
commit71adb880043237c262813e8c9b500d1b2dd9755f (patch)
treea4f869475552ab06729232cb083895ea20af7d51 /init.el
parentUpdate TODO (diff)
downloademacs-71adb880043237c262813e8c9b500d1b2dd9755f.tar.gz
emacs-71adb880043237c262813e8c9b500d1b2dd9755f.zip
Un-verbose-ify auto-revert-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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)