mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Change the warning prefix to a non-unicode character
It's faster and stylistically compliant.
This commit is contained in:
@ -63,7 +63,7 @@
|
|||||||
:when (featurep! +childframe)
|
:when (featurep! +childframe)
|
||||||
:hook (flycheck-mode . +syntax-init-popups-h)
|
:hook (flycheck-mode . +syntax-init-popups-h)
|
||||||
:config
|
:config
|
||||||
(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 "✕ ")
|
||||||
(after! company
|
(after! company
|
||||||
|
Reference in New Issue
Block a user