Change the warning prefix to a non-unicode character

It's faster and stylistically compliant.
This commit is contained in:
t-e-r-m 2020-08-26 14:08:08 +05:30
parent 1c99aed0c0
commit 8873193234

View file

@ -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