mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
feature/syntax-checker: new +childframe flag for popups
This commit is contained in:
@@ -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 "✕ "))
|
||||
|
Reference in New Issue
Block a user