Change zone timer to 2 hours

This commit is contained in:
Evie Litherland-Smith 2024-04-23 13:05:12 +01:00
parent 638f3eaeeb
commit 215700a7bc

View file

@ -534,7 +534,8 @@ Try `magit-clone-default-directory' if available, fall back to
(display-battery-mode +1))
(use-package zone
:config (zone-when-idle (* 60 60))) ; 1 hour
:config
(zone-when-idle (* 60 60 2))) ; 2 hours
(use-package diff-hl
:init