Fix: wrong-number-of-arguments error in checker segment.

This commit is contained in:
Vincent Zhang 2019-01-04 23:17:13 +08:00
parent f9d98b935e
commit 951aa1eee4

View file

@ -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)))