Merge pull request #2347 from gagbo/patch-4

Fix flycheck migration void-function
This commit is contained in:
Henrik Lissner
2020-01-10 05:59:37 -05:00
committed by GitHub

View File

@ -59,7 +59,7 @@
(use-package! flycheck-posframe
:when (featurep! +childframe)
:defer t
:init (add-hook 'flycheck-mode-hook #'+flycheck-init-popups-h)
:init (add-hook 'flycheck-mode-hook #'+syntax-init-popups-h)
:config
(setq flycheck-posframe-warning-prefix ""
flycheck-posframe-info-prefix "··· "