Reduce zone time to 1 hour

This commit is contained in:
Evie Litherland-Smith 2024-02-17 09:43:36 +00:00
parent f15c364aef
commit f0ba6eaebc

View file

@ -207,12 +207,13 @@
(when (battery-upower)
(display-battery-mode +1))
#+end_src
* Zone
#+begin_src emacs-lisp :tangle yes
(use-package zone
:ensure t
:diminish
:config (zone-when-idle (* 60 60 2))) ; 2 hours
:config (zone-when-idle (* 60 60))) ; 1 hour
#+end_src
* Git status in fringe