From 951aa1eee4e662c93b4fe95a1a35589e30dd48fe Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 4 Jan 2019 23:17:13 +0800 Subject: [PATCH] Fix: wrong-number-of-arguments error in checker segment. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 2e05089..287ee3a 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -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)))