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
commit 476f92b3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 "··· "