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:
parent
9c62ef9dfa
commit
fa4a9a38d4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue