From f0ba6eaebca156ee99eba288ebd7ca47022c10d9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 17 Feb 2024 09:43:36 +0000 Subject: [PATCH] Reduce zone time to 1 hour --- config/ui.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ui.org b/config/ui.org index 843c0ca..fb98940 100644 --- a/config/ui.org +++ b/config/ui.org @@ -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