global auto-revert for not getting left behind

This commit is contained in:
MitchMarq42 2022-06-19 19:16:32 -08:00
parent 7f05477fb6
commit d8d207e7a3

View File

@ -106,6 +106,10 @@
;; Display "labmda" as λ ;; Display "labmda" as λ
(global-prettify-symbols-mode 1) (global-prettify-symbols-mode 1)
;; ...and finally, sync files with disk changes
(global-auto-revert-mode)
(diminish 'auto-revert-mode)
) )
;; lower gc threshold again ;; lower gc threshold again