mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix flycheck migration void-function
This commit is contained in:
@ -59,7 +59,7 @@
|
|||||||
(use-package! flycheck-posframe
|
(use-package! flycheck-posframe
|
||||||
:when (featurep! +childframe)
|
:when (featurep! +childframe)
|
||||||
:defer t
|
:defer t
|
||||||
:init (add-hook 'flycheck-mode-hook #'+flycheck-init-popups-h)
|
:init (add-hook 'flycheck-mode-hook #'+syntax-init-popups-h)
|
||||||
:config
|
:config
|
||||||
(setq flycheck-posframe-warning-prefix "⚠ "
|
(setq flycheck-posframe-warning-prefix "⚠ "
|
||||||
flycheck-posframe-info-prefix "··· "
|
flycheck-posframe-info-prefix "··· "
|
||||||
|
Reference in New Issue
Block a user