Fix flycheck migration void-function
This commit is contained in:
parent
844a236949
commit
ca3920e5b7
1 changed files with 1 additions and 1 deletions
|
@ -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 "··· "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue