feature/syntax-checker: new +childframe flag for popups
This commit is contained in:
parent
a34489356e
commit
30e0ab6aef
4 changed files with 15 additions and 4 deletions
|
@ -34,4 +34,9 @@
|
|||
|
||||
(def-package! flycheck-posframe
|
||||
:when EMACS26+
|
||||
:commands flycheck-posframe-show-posframe)
|
||||
:when (featurep! +childframe)
|
||||
:commands flycheck-posframe-show-posframe
|
||||
:config
|
||||
(setq flycheck-posframe-warning-prefix "⚠ "
|
||||
flycheck-posframe-info-prefix "··· "
|
||||
flycheck-posframe-error-prefix "✕ "))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue