modeline: fix inconsistent spacing on right of modeline
This commit is contained in:
parent
dbacc26e11
commit
a2fa66ea37
1 changed files with 5 additions and 5 deletions
|
@ -444,8 +444,8 @@ lines are selected, or the NxM dimensions of a block selection."
|
||||||
'(list (*buffer-encoding)
|
'(list (*buffer-encoding)
|
||||||
(*vc)
|
(*vc)
|
||||||
(*major-mode)
|
(*major-mode)
|
||||||
" "
|
(*flycheck)
|
||||||
(*flycheck))))
|
)))
|
||||||
(mid (propertize
|
(mid (propertize
|
||||||
" " 'display `((space :align-to (- (+ right right-fringe right-margin)
|
" " 'display `((space :align-to (- (+ right right-fringe right-margin)
|
||||||
,(+ 1 (string-width (format-mode-line rhs)))))))))
|
,(+ 1 (string-width (format-mode-line rhs)))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue