diff --git a/init.el b/init.el index f49c168..0ff1b03 100644 --- a/init.el +++ b/init.el @@ -516,10 +516,6 @@ it will be tried first." (funcall battery-status-function))))) (display-battery-mode +1)) -(use-package zone - :config - (zone-when-idle (* 60 60 2))) ; 2 hours - (use-package diff-hl :init (add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)