From 9dcd3cfe2201f862348a643061ddb39ee0042ba9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 5 Sep 2019 12:03:24 -0400 Subject: [PATCH] emacs: battery: remove %b, sml uses colour codes to differentiate --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1