mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
modeline: fix inconsistent spacing on right of modeline
This commit is contained in:
@ -444,8 +444,8 @@ lines are selected, or the NxM dimensions of a block selection."
|
||||
'(list (*buffer-encoding)
|
||||
(*vc)
|
||||
(*major-mode)
|
||||
" "
|
||||
(*flycheck))))
|
||||
(*flycheck)
|
||||
)))
|
||||
(mid (propertize
|
||||
" " 'display `((space :align-to (- (+ right right-fringe right-margin)
|
||||
,(+ 1 (string-width (format-mode-line rhs)))))))))
|
||||
|
Reference in New Issue
Block a user