Turn off automatic zoning

This commit is contained in:
Evie Litherland-Smith 2024-05-27 10:10:50 +01:00
parent ad4a925493
commit de96cd3bf2

View file

@ -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)