Move mode-line-misc-info to front of :main rhs
This ensures any extraneous spacing it adds to the mode-line isn't visible, without compromising plugins' ability to add information to your modeline.
This commit is contained in:
parent
c385ed7708
commit
78e4559465
1 changed files with 2 additions and 2 deletions
|
@ -566,9 +566,9 @@ icons."
|
||||||
+modeline-buffer-state
|
+modeline-buffer-state
|
||||||
+modeline-buffer-id
|
+modeline-buffer-id
|
||||||
" %2l:%c %p ")
|
" %2l:%c %p ")
|
||||||
`(+modeline-encoding
|
`(mode-line-misc-info
|
||||||
|
+modeline-encoding
|
||||||
+modeline-major-mode " "
|
+modeline-major-mode " "
|
||||||
mode-line-misc-info
|
|
||||||
(vc-mode (" " +modeline-vcs " "))
|
(vc-mode (" " +modeline-vcs " "))
|
||||||
mode-line-process
|
mode-line-process
|
||||||
+modeline-flycheck))
|
+modeline-flycheck))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue