Fix invalid format in indent-info segment.

This commit is contained in:
Vincent Zhang 2020-07-23 21:34:02 +08:00
parent df28fb2181
commit 15c859dc4b

View file

@ -481,8 +481,8 @@ buffer where knowing the current project directory is important."
(let ((do-propertize
(lambda (mode size)
(propertize
(format " %s %d " mode size 'face
(if (doom-modeline--active) 'mode-line 'mode-line-inactive))))))
(format " %s %d " mode size)
'face (if (doom-modeline--active) 'mode-line 'mode-line-inactive)))))
(if indent-tabs-mode
(funcall do-propertize "TAB" tab-width)
(let ((lookup-var