aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-08-01 22:16:47 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-08-01 22:16:47 -0600
commitac890acfa3b35237e8db75f03b480e2cf6eb49c8 (patch)
tree1c93bbcc5ec3651c134e3dc03c3434f1213c7c12 /init.el
parent85e198896f2ed91851f48e7f455717625c1a425d (diff)
Misc. tweaks
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5464a44..f7316d2 100644
--- a/init.el
+++ b/init.el
@@ -46,7 +46,7 @@
(setq display-time-default-load-average nil) ; this information is useless for most
;; Automatically reread from disk if the underlying file changes
-(setq auto-revert-interval 3)
+(setq auto-revert-interval 1)
(setq auto-revert-check-vc-info t)
(global-auto-revert-mode)