mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix undeferred flycheck-posframe
Accidentally eager-loaded it. Whoops!
This commit is contained in:
@ -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 "⚠ "
|
||||
|
Reference in New Issue
Block a user