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:
Henrik Lissner
2018-06-05 03:21:26 +02:00
parent 9c62ef9dfa
commit fa4a9a38d4

View File

@ -18,7 +18,8 @@
(def-package! flycheck-popup-tip (def-package! flycheck-popup-tip
:commands (flycheck-popup-tip-show-popup flycheck-popup-tip-delete-popup) :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 (def-package! flycheck-posframe