mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +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
|
||||
'face
|
||||
(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))
|
||||
doom-modeline-vspc
|
||||
(propertize text 'face 'mode-line-inactive)))
|
||||
|
|
Loading…
Reference in a new issue