mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-24 03:00:10 +00:00
Update workspace face.
This commit is contained in:
parent
266cedffa9
commit
677dc9ab2c
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ enabled."
|
||||||
tag
|
tag
|
||||||
(when num (int-to-string num)))))
|
(when num (int-to-string num)))))
|
||||||
(propertize (format " %s " str) 'face
|
(propertize (format " %s " str) 'face
|
||||||
(if (doom-modeline--active) 'doom-modeline-highlight)))
|
(if (doom-modeline--active) 'doom-modeline-buffer-major-mode)))
|
||||||
""))
|
""))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue