emacs: battery: remove %b, sml uses colour codes to differentiate
authorAmin Bandali <bandali@gnu.org>
Thu, 5 Sep 2019 16:03:24 +0000 (12:03 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 5 Sep 2019 16:03:24 +0000 (12:03 -0400)
.emacs.d/init.el

index 8802071..63d5902 100644 (file)
@@ -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