Don’t turn on zoning upon startup

This commit is contained in:
Gergely Polonkai 2023-10-06 05:56:28 +02:00
parent c1d777c365
commit 857d01b3d0
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 2 deletions

View File

@ -2123,8 +2123,6 @@ Because one is never enough.
#+BEGIN_SRC emacs-lisp
(use-package zone
:demand
:config
(zone-when-idle 60)
:bind
(:map gpolonkai/pers-map
("zi" . gpolonkai/zone-enable)