diff options
| author | Amin Bandali <bandali@gnu.org> | 2019-09-05 12:03:24 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2019-09-05 12:03:24 -0400 | 
| commit | 9dcd3cfe2201f862348a643061ddb39ee0042ba9 (patch) | |
| tree | 17bd89f60efac8350e34fb9a7f1e997e09296a9e | |
| parent | 6493829267a8bad985faaa661770a1d324dfabb5 (diff) | |
| download | configs-9dcd3cfe2201f862348a643061ddb39ee0042ba9.tar.gz configs-9dcd3cfe2201f862348a643061ddb39ee0042ba9.tar.xz configs-9dcd3cfe2201f862348a643061ddb39ee0042ba9.zip  | |
emacs: battery: remove %b, sml uses colour codes to differentiate
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
