Fix undeferred flycheck-posframe
Accidentally eager-loaded it. Whoops!
This commit is contained in:
parent
1f3c41a8ac
commit
868bd15abe
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
(def-package! flycheck-posframe
|
||||
:when (and EMACS26+ (featurep! +childframe))
|
||||
:defer t
|
||||
:init (add-hook 'flycheck-mode-hook #'+flycheck|init-popups)
|
||||
:config
|
||||
(setq flycheck-posframe-warning-prefix "⚠ "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue