diff --git a/modules/lang/racket/config.el b/modules/lang/racket/config.el index 1e4b8e8e3..124cc434f 100644 --- a/modules/lang/racket/config.el +++ b/modules/lang/racket/config.el @@ -34,7 +34,7 @@ (when (featurep! :checkers syntax) (add-hook! 'racket-xp-mode-hook (defun +racket-disable-flycheck-h () - (flycheck-disable-checker 'racket))))) + (cl-pushnew 'racket flycheck-disabled-checkers))))) (unless (or (featurep! :editor parinfer) (featurep! :editor lispy))