Turn off automatic zoning
This commit is contained in:
parent
ad4a925493
commit
de96cd3bf2
4
init.el
4
init.el
|
@ -516,10 +516,6 @@ it will be tried first."
|
||||||
(funcall battery-status-function)))))
|
(funcall battery-status-function)))))
|
||||||
(display-battery-mode +1))
|
(display-battery-mode +1))
|
||||||
|
|
||||||
(use-package zone
|
|
||||||
:config
|
|
||||||
(zone-when-idle (* 60 60 2))) ; 2 hours
|
|
||||||
|
|
||||||
(use-package diff-hl
|
(use-package diff-hl
|
||||||
:init
|
:init
|
||||||
(add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)
|
(add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)
|
||||||
|
|
Loading…
Reference in a new issue