diff options
author | jao <jao@gnu.org> | 2021-05-07 00:30:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-07 00:30:20 +0100 |
commit | 9664b8e798eeccc52e4d8e90a09e91cfbb32b49f (patch) | |
tree | 29c9be666e5b130d37e262d29d10d85353ae95a4 /lib | |
parent | 2df5881866e27016f2a89a4a04481f2fe9083c1f (diff) | |
download | elibs-9664b8e798eeccc52e4d8e90a09e91cfbb32b49f.tar.gz elibs-9664b8e798eeccc52e4d8e90a09e91cfbb32b49f.tar.bz2 |
minibuffer mode line nit
Diffstat (limited to 'lib')
-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 cb13f81..be31245 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -97,7 +97,8 @@ '(circe-chat-target (:eval (format " [%d]" (length (circe-channel-nicks)))))) (defvar jao-minibuffer--mode-line-format - `((:propertize " %[%b%]" face mode-line-buffer-id) + `((:propertize (exwm-title (" " exwm-title) " %[%b%]") + face mode-line-buffer-id) (:propertize ,jao-minibuffer--circe face jao-themes-dimm) " %+ " (:propertize mode-name face jao-themes-f00) |