feat(look-and-feel): Display battery % in mode-line on adho
This commit is contained in:
parent
5442d6c0fb
commit
9665318115
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
(font . ,font)))
|
||||
(set-frame-font font t t))
|
||||
|
||||
;; Display battery in mode-line's misc section on adho:
|
||||
(when (equal "adho" (system-name))
|
||||
(display-battery-mode))
|
||||
|
||||
;; Configure telephone-line
|
||||
(defun telephone-misc-if-last-window ()
|
||||
"Renders the mode-line-misc-info string for display in the
|
||||
|
|
Loading…
Reference in a new issue