mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Put the buffer percent position to the last.
This commit is contained in:
parent
9040e3c72c
commit
4b74e7e9f1
1 changed files with 1 additions and 1 deletions
|
@ -1727,8 +1727,8 @@ mouse-1: Display Line and Column Mode Menu"
|
||||||
'mouse-face '(:box 1)
|
'mouse-face '(:box 1)
|
||||||
'local-map mode-line-column-line-number-mode-map))
|
'local-map mode-line-column-line-number-mode-map))
|
||||||
`(:propertize (" "
|
`(:propertize (" "
|
||||||
(if doom-modeline-percent-position (" " doom-modeline-percent-position))
|
|
||||||
,lc
|
,lc
|
||||||
|
(if doom-modeline-percent-position (" " doom-modeline-percent-position))
|
||||||
(when (or line-number-mode column-number-mode doom-modeline-percent-position) " "))
|
(when (or line-number-mode column-number-mode doom-modeline-percent-position) " "))
|
||||||
help-echo "Buffer position\n\
|
help-echo "Buffer position\n\
|
||||||
mouse-1: Display Line and Column Mode Menu"
|
mouse-1: Display Line and Column Mode Menu"
|
||||||
|
|
Loading…
Reference in a new issue