From c7d195fde44231aef2570388181362a3759af480 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 29 Jun 2024 13:04:07 +0100 Subject: [PATCH] Don't enable display-battery and display-time by default --- init.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/init.el b/init.el index 4e88733..0eef032 100644 --- a/init.el +++ b/init.el @@ -314,18 +314,16 @@ (column-number-mode -1) (size-indication-mode +1) -(require 'battery) -(when (and battery-status-function - (not ( string-match-p "unknown" - ( battery-format "%B" - (funcall battery-status-function))))) - (display-battery-mode +1)) +;; (require 'battery) +;; (when (and battery-status-function +;; (not ( string-match-p "unknown" +;; ( battery-format "%B" +;; (funcall battery-status-function))))) +;; (display-battery-mode +1)) (use-package time :custom - (display-time-24hr-format t) - :config - (display-time-mode +1)) + (display-time-24hr-format t)) (use-package diff-hl :functions (diff-hl-magit-pre-refresh