Change the warning prefix to a non-unicode character
It's faster and stylistically compliant.
This commit is contained in:
parent
1c99aed0c0
commit
8873193234
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue