style(look-and-feel): Use more compact battery display layout

This commit is contained in:
Vincent Ambo 2018-06-15 01:32:15 +02:00
parent 454cb9e506
commit 9da4606162

View file

@ -31,6 +31,7 @@
;; Display battery in mode-line's misc section on adho: ;; Display battery in mode-line's misc section on adho:
(when (equal "adho" (system-name)) (when (equal "adho" (system-name))
(setq battery-mode-line-format " %b%p%%")
(display-battery-mode)) (display-battery-mode))
;; Configure telephone-line ;; Configure telephone-line