mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
af0dcdcd94
commit
b9f1d5d261
@ -74,7 +74,7 @@
|
||||
(if (modulep! +icons)
|
||||
(setq flycheck-posframe-warning-prefix "⚠ "
|
||||
flycheck-posframe-info-prefix "ⓘ "
|
||||
flycheck-posframe-error-prefix "⚠ ")
|
||||
flycheck-posframe-error-prefix "⮾ ")
|
||||
(setq flycheck-posframe-warning-prefix "[?] "
|
||||
flycheck-posframe-info-prefix "[i] "
|
||||
flycheck-posframe-error-prefix "[!] "))
|
||||
|
Reference in New Issue
Block a user