mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Show text scale in mode-line
This commit is contained in:
@ -389,8 +389,10 @@ iedit."
|
||||
(spaceline-define-segment *major-mode
|
||||
(powerline-raw
|
||||
(concat
|
||||
(and (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount))
|
||||
mode-name
|
||||
mode-line-process))
|
||||
mode-line-process
|
||||
))
|
||||
:tight-right t)
|
||||
|
||||
(spaceline-define-segment *buffer-size
|
||||
|
Reference in New Issue
Block a user