diff --git a/modules/feature/syntax-checker/autoload.el b/modules/feature/syntax-checker/autoload.el index 2265061f9..d0f6b9de2 100644 --- a/modules/feature/syntax-checker/autoload.el +++ b/modules/feature/syntax-checker/autoload.el @@ -18,9 +18,7 @@ "TODO" :lighter nil :group 'doom - (if (featurep! +childframe) - (require 'flycheck-posframe) - (require 'flycheck-popup-tip)) + (require 'flycheck-popup-tip) (let ((hooks '(post-command-hook focus-out-hook))) (cond ;; Use our display function and remember the old one but only if we haven't