diff options
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) |