Merge pull request #2347 from gagbo/patch-4
Fix flycheck migration void-function
This commit is contained in:
commit
476f92b3cc
1 changed files with 1 additions and 1 deletions
|
@ -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 "··· "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue