From de96cd3bf290f8c31f3a01f60ca1450993448443 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 27 May 2024 10:10:50 +0100 Subject: [PATCH] Turn off automatic zoning --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index f49c168..0ff1b03 100644 --- a/init.el +++ b/init.el @@ -516,10 +516,6 @@ it will be tried first." (funcall battery-status-function))))) (display-battery-mode +1)) -(use-package zone - :config - (zone-when-idle (* 60 60 2))) ; 2 hours - (use-package diff-hl :init (add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)