diff --git a/doom/.config/doom/+ui.el b/doom/.config/doom/+ui.el index 6b7d0d3..14aa590 100644 --- a/doom/.config/doom/+ui.el +++ b/doom/.config/doom/+ui.el @@ -34,8 +34,8 @@ (display-time-mode +1) ; show the time ;; show battery level (when on a laptop) -(unless (string-match-p "^Power N/A" (battery)) - (display-battery-mode 1)) +;; (unless (string-match-p "^Power N/A" (battery)) +;; (display-battery-mode 1)) ;; From Tecosaur's config: hide encoding when it's what's expected (defun doom-modeline-conditional-buffer-encoding ()