Reduce zone time to 1 hour
This commit is contained in:
parent
f15c364aef
commit
f0ba6eaebc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue