mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Fix invalid format in indent-info segment.
This commit is contained in:
parent
df28fb2181
commit
15c859dc4b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue