Fix mode-line-process type error on modeline
This commit is contained in:
parent
cdaafd12c7
commit
aa4509859e
1 changed files with 1 additions and 3 deletions
|
@ -396,13 +396,11 @@ iedit."
|
||||||
(concat
|
(concat
|
||||||
(and (featurep 'face-remap) (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount))
|
(and (featurep 'face-remap) (/= text-scale-mode-amount 0) (format "(%+d) " text-scale-mode-amount))
|
||||||
mode-name
|
mode-name
|
||||||
mode-line-process
|
(if (stringp mode-line-process) mode-line-process)))
|
||||||
))
|
|
||||||
:tight-right t)
|
:tight-right t)
|
||||||
|
|
||||||
(spaceline-define-segment *buffer-size
|
(spaceline-define-segment *buffer-size
|
||||||
(powerline-buffer-size)
|
(powerline-buffer-size)
|
||||||
:when (not (eq major-mode 'org-mode))
|
|
||||||
:tight-right t
|
:tight-right t
|
||||||
:skip-alternate t)
|
:skip-alternate t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue