Skip to content

Commit

Permalink
tweak(syntax): use close-circle-outline icon for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantvithani committed Jul 12, 2024
1 parent 0f5864a commit a7a6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/checkers/syntax/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[!] "))
Expand Down

0 comments on commit a7a6187

Please sign in to comment.