Reduce zone time to 1 hour
This commit is contained in:
parent
f15c364aef
commit
f0ba6eaebc
|
@ -207,12 +207,13 @@
|
||||||
(when (battery-upower)
|
(when (battery-upower)
|
||||||
(display-battery-mode +1))
|
(display-battery-mode +1))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Zone
|
* Zone
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
(use-package zone
|
(use-package zone
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish
|
:diminish
|
||||||
:config (zone-when-idle (* 60 60 2))) ; 2 hours
|
:config (zone-when-idle (* 60 60))) ; 1 hour
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Git status in fringe
|
* Git status in fringe
|
||||||
|
|
Loading…
Reference in a new issue