Merge pull request #3690 from sorawee/racket-mode-flycheck
racket-mode: avoid using flycheck-disable-checker
This commit is contained in:
commit
1bc770e89b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(add-hook! 'racket-xp-mode-hook
|
(add-hook! 'racket-xp-mode-hook
|
||||||
(defun +racket-disable-flycheck-h ()
|
(defun +racket-disable-flycheck-h ()
|
||||||
(flycheck-disable-checker 'racket)))))
|
(cl-pushnew 'racket flycheck-disabled-checkers)))))
|
||||||
|
|
||||||
(unless (or (featurep! :editor parinfer)
|
(unless (or (featurep! :editor parinfer)
|
||||||
(featurep! :editor lispy))
|
(featurep! :editor lispy))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue