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.
This commit is contained in:
parent
f1fcd321ff
commit
0ccbb6f6d3
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ By default, this shows the information specified by `global-mode-string'.")
|
|||
'mode-line-client
|
||||
'mode-line-modified
|
||||
'mode-line-remote)
|
||||
'display '(min-width (4.0)))
|
||||
'display '(min-width (5.0)))
|
||||
'mode-line-frame-identification
|
||||
'mode-line-buffer-identification
|
||||
" "
|
||||
|
|
Loading…
Add table
Reference in a new issue