tweak(syntax): use close-circle-outline icon for errors
The same is used by doom-modeline to show flycheck errors.
Ref: 1505c13564/doom-modeline-segments.el (L818)
This commit is contained in:
parent
af0dcdcd94
commit
b9f1d5d261
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
(if (modulep! +icons)
|
(if (modulep! +icons)
|
||||||
(setq flycheck-posframe-warning-prefix "⚠ "
|
(setq flycheck-posframe-warning-prefix "⚠ "
|
||||||
flycheck-posframe-info-prefix "ⓘ "
|
flycheck-posframe-info-prefix "ⓘ "
|
||||||
flycheck-posframe-error-prefix "⚠ ")
|
flycheck-posframe-error-prefix "⮾ ")
|
||||||
(setq flycheck-posframe-warning-prefix "[?] "
|
(setq flycheck-posframe-warning-prefix "[?] "
|
||||||
flycheck-posframe-info-prefix "[i] "
|
flycheck-posframe-info-prefix "[i] "
|
||||||
flycheck-posframe-error-prefix "[!] "))
|
flycheck-posframe-error-prefix "[!] "))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue