From 563518d9edb56d6a9a802b86718436c026867164 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Wed, 24 Aug 2022 19:16:50 -0800 Subject: [PATCH] Don't bother with auto-revert mode? It's somewhere else, see next commit --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index a1b433b..41823ff 100644 --- a/init.el +++ b/init.el @@ -108,9 +108,6 @@ ;; Display "labmda" as λ (global-prettify-symbols-mode 1) - ;; ...and finally, sync files with disk changes - (global-auto-revert-mode) - (diminish 'auto-revert-mode) ) ;; lower gc threshold again