diff --git a/layers/syntax-checking/packages.el b/layers/syntax-checking/packages.el index a1275e2bc..dba3d544c 100644 --- a/layers/syntax-checking/packages.el +++ b/layers/syntax-checking/packages.el @@ -99,7 +99,8 @@ If the error list is visible, hide it. Otherwise, show it." :if syntax-checking-enable-tooltips :defer t :init - (flycheck-pos-tip-mode))) + (with-eval-after-load 'flycheck + (flycheck-pos-tip-mode)))) (defun syntax-checking/post-init-popwin () (push '("^\\*Flycheck.+\\*$"