mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Fix: wrong-number-of-arguments error in checker segment.
This commit is contained in:
parent
f9d98b935e
commit
951aa1eee4
1 changed files with 1 additions and 1 deletions
|
@ -1331,7 +1331,7 @@ icons."
|
||||||
(propertize icon
|
(propertize icon
|
||||||
'face
|
'face
|
||||||
(if doom-modeline-icon
|
(if doom-modeline-icon
|
||||||
`(:height 1.3 :family ,(all-the-icons-icon-family icon :inherit))
|
`(:height 1.3 :family ,(all-the-icons-icon-family icon) :inherit)
|
||||||
'mode-line-inactive))
|
'mode-line-inactive))
|
||||||
doom-modeline-vspc
|
doom-modeline-vspc
|
||||||
(propertize text 'face 'mode-line-inactive)))
|
(propertize text 'face 'mode-line-inactive)))
|
||||||
|
|
Loading…
Reference in a new issue