mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #44 again.
This commit is contained in:
parent
94b1aa2629
commit
e729389ab8
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ Uses `all-the-icons-material' to fetch the icon."
|
|||
(concat (if vc-mode " " " ")
|
||||
(when icon
|
||||
(concat
|
||||
(doom-modeline-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.2))
|
||||
(doom-modeline-icon-material icon :face face :height 0.95 :v-adjust (or voffset -0.2))
|
||||
(if text doom-modeline-vspc)))
|
||||
(if text (propertize text 'face face))
|
||||
(if vc-mode " " " ")))
|
||||
|
|
Loading…
Reference in a new issue