Show text scale in mode-line
This commit is contained in:
parent
ffd7c599dd
commit
206bddf4c3
1 changed files with 3 additions and 1 deletions
|
@ -389,8 +389,10 @@ iedit."
|
||||||
(spaceline-define-segment *major-mode
|
(spaceline-define-segment *major-mode
|
||||||
(powerline-raw
|
(powerline-raw
|
||||||
(concat
|
(concat
|
||||||
|
(and (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount))
|
||||||
mode-name
|
mode-name
|
||||||
mode-line-process))
|
mode-line-process
|
||||||
|
))
|
||||||
:tight-right t)
|
:tight-right t)
|
||||||
|
|
||||||
(spaceline-define-segment *buffer-size
|
(spaceline-define-segment *buffer-size
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue