mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix mode-line-process type error on modeline
This commit is contained in:
@ -396,13 +396,11 @@ iedit."
|
||||
(concat
|
||||
(and (featurep 'face-remap) (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount))
|
||||
mode-name
|
||||
mode-line-process
|
||||
))
|
||||
(if (stringp mode-line-process) mode-line-process)))
|
||||
:tight-right t)
|
||||
|
||||
(spaceline-define-segment *buffer-size
|
||||
(powerline-buffer-size)
|
||||
:when (not (eq major-mode 'org-mode))
|
||||
:tight-right t
|
||||
:skip-alternate t)
|
||||
|
||||
|
Reference in New Issue
Block a user