From: Amin Bandali Date: Thu, 5 Sep 2019 16:03:24 +0000 (-0400) Subject: emacs: battery: remove %b, sml uses colour codes to differentiate X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/9dcd3cfe2201f862348a643061ddb39ee0042ba9?hp=6493829267a8bad985faaa661770a1d324dfabb5 emacs: battery: remove %b, sml uses colour codes to differentiate --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8802071..63d5902 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -406,7 +406,7 @@ For disabling the behaviour for certain buffers and/or modes." :config (display-battery-mode) :custom - (battery-mode-line-format " %b%p%% %t")) + (battery-mode-line-format " %p%% %t")) (use-feature fringe :demand