mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3690 from sorawee/racket-mode-flycheck
racket-mode: avoid using flycheck-disable-checker
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user