PR feedback
This commit is contained in:
parent
214411edb4
commit
58b4ac9d6d
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@
|
|||
(when (featurep! :checkers syntax)
|
||||
(add-hook! 'racket-xp-mode-hook
|
||||
(defun +racket-disable-flycheck-h ()
|
||||
(unless (memq 'racket flycheck-disabled-checkers)
|
||||
(push 'racket flycheck-disabled-checkers))))))
|
||||
(cl-pushnew 'racket flycheck-disabled-checkers)))))
|
||||
|
||||
(unless (or (featurep! :editor parinfer)
|
||||
(featurep! :editor lispy))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue