mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Less intrusive error prefix for flycheck popups
The default character was taller than a line. My OCD won't have it.
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
|
||||
(def-package! flycheck-popup-tip
|
||||
:commands (flycheck-popup-tip-show-popup flycheck-popup-tip-delete-popup)
|
||||
:init (add-hook 'flycheck-mode-hook #'+syntax-checker-popup-mode))
|
||||
:init (add-hook 'flycheck-mode-hook #'+syntax-checker-popup-mode)
|
||||
:config (setq flycheck-popup-tip-error-prefix "✕ "))
|
||||
|
||||
|
||||
(def-package! flycheck-posframe
|
||||
|
Reference in New Issue
Block a user