diff options
author | jao <jao@gnu.org> | 2021-07-01 00:00:16 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-07-01 00:00:16 +0100 |
commit | 85bf4acd3e0f29b5068cdc5659986b906f70f2b2 (patch) | |
tree | 7de55e704ca386a2402bf642fe9fe1dca3b7405f /lib/eos | |
parent | e9534d188eb47a1510da7c971351bd4633a58928 (diff) | |
download | elibs-85bf4acd3e0f29b5068cdc5659986b906f70f2b2.tar.gz elibs-85bf4acd3e0f29b5068cdc5659986b906f70f2b2.tar.bz2 |
nits
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-minibuffer.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el index 4528aa7..42b7ed6 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -120,7 +120,8 @@ ((not (null eww-data)) (plist-get eww-data :title)) (w3m-current-title) (t "%b"))) - "%] %*%+ " + "%]" + (:propertize " %*%+ " face jao-themes-warning) (:propertize mode-name face jao-themes-f00) (:propertize ("" minor-mode-alist (vc-mode vc-mode)) face jao-themes-f11) (:propertize mode-line-position face jao-themes-f12) |