aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-11-24 17:12:21 +0100
committerLars Ingebrigtsen2021-11-24 17:12:26 +0100
commit0ccbb6f6d321df0683c6aebe5f4387618d9c85db (patch)
tree19ec6095d41043798ed0f2a94498331ed82e156b
parentf1fcd321ff40315442cd77084c444585948bea85 (diff)
downloademacs-0ccbb6f6d321df0683c6aebe5f4387618d9c85db.tar.gz
emacs-0ccbb6f6d321df0683c6aebe5f4387618d9c85db.zip
Make min-width of the U:-- wider
* lisp/bindings.el (standard-mode-line-format): Make the modified bits larger since there's often a big difference between - and % characters.
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index a4458ccd1e4..29a1baffe7b 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -610,7 +610,7 @@ By default, this shows the information specified by `global-mode-string'.")
610 'mode-line-client 610 'mode-line-client
611 'mode-line-modified 611 'mode-line-modified
612 'mode-line-remote) 612 'mode-line-remote)
613 'display '(min-width (4.0))) 613 'display '(min-width (5.0)))
614 'mode-line-frame-identification 614 'mode-line-frame-identification
615 'mode-line-buffer-identification 615 'mode-line-buffer-identification
616 " " 616 " "