mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Fix: not displaying the battery segment in all windows.
This commit is contained in:
parent
11d42282f2
commit
ba6cc1d425
1 changed files with 1 additions and 1 deletions
|
@ -2264,7 +2264,7 @@ mouse-3: Switch to next unread buffer")))
|
|||
;; battery status
|
||||
;;
|
||||
|
||||
(defvar-local doom-modeline--battery-status nil)
|
||||
(defvar doom-modeline--battery-status nil)
|
||||
(defun doom-modeline-update-battery-status ()
|
||||
"Update battery status."
|
||||
(setq doom-modeline--battery-status
|
||||
|
|
Loading…
Add table
Reference in a new issue