mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
Adjust flycheck segment.
This commit is contained in:
parent
25f88ddbfe
commit
7f8aa486a4
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ mouse-1: Display minor modes menu"
|
|||
(defun doom-modeline-flycheck-icon (icon &optional text face voffset)
|
||||
"Displays an ICON with FACE, followed by TEXT.
|
||||
Uses `all-the-icons-material' to fetch the icon."
|
||||
(concat " "
|
||||
(concat (if vc-mode " " " ")
|
||||
(when icon
|
||||
(concat
|
||||
(doom-modeline-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.225))
|
||||
|
|
Loading…
Reference in a new issue