mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
PR feedback
This commit is contained in:
@ -34,8 +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 ()
|
||||||
(unless (memq 'racket flycheck-disabled-checkers)
|
(cl-pushnew 'racket flycheck-disabled-checkers)))))
|
||||||
(push 'racket flycheck-disabled-checkers))))))
|
|
||||||
|
|
||||||
(unless (or (featurep! :editor parinfer)
|
(unless (or (featurep! :editor parinfer)
|
||||||
(featurep! :editor lispy))
|
(featurep! :editor lispy))
|
||||||
|
Reference in New Issue
Block a user