diff options
author | jao <jao@gnu.org> | 2022-08-08 23:48:55 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-08 23:48:55 +0100 |
commit | a4e46d00f907a559ec880befcd4f3fd82bda5cfc (patch) | |
tree | 98f25b43910d7183ec1fb67118c5a8409aa02a05 | |
parent | bd8185c0e1604ed894bb8cc6a0eb131229e33f4a (diff) | |
download | elibs-a4e46d00f907a559ec880befcd4f3fd82bda5cfc.tar.gz elibs-a4e46d00f907a559ec880befcd4f3fd82bda5cfc.tar.bz2 |
battery mode format
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -653,7 +653,7 @@ battery-mode-line-limit 40 battery-echo-area-format "%L %r %B (%p%% load, remaining time %t)" - battery-mode-line-format " %b%p ")) ;; " 🔋%b%p " + battery-mode-line-format " 🔋%b%p% ")) (display-battery-mode 1) (with-eval-after-load "jao-minibuffer" (unless jao-modeline-in-minibuffer |