diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-14T23·32+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-14T23·32+0200 |
commit | 9da46061627196c977c69a8d84f9023c47640f75 (patch) | |
tree | 1b12d1a4246e8d2ba69eb38ea952ab2962ac9e50 /init/look-and-feel.el | |
parent | 454cb9e5065f84e82b435794f3b59e743846630f (diff) |
style(look-and-feel): Use more compact battery display layout
Diffstat (limited to 'init/look-and-feel.el')
-rw-r--r-- | init/look-and-feel.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/look-and-feel.el b/init/look-and-feel.el index 63a3c1e3f80e..0a7c21c2d86a 100644 --- a/init/look-and-feel.el +++ b/init/look-and-feel.el @@ -31,6 +31,7 @@ ;; Display battery in mode-line's misc section on adho: (when (equal "adho" (system-name)) + (setq battery-mode-line-format " %b%p%%") (display-battery-mode)) ;; Configure telephone-line |