mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
tweak(syntax): feat gate flycheck in all modules
This commit is contained in:
@@ -56,7 +56,8 @@ lua-language-server.")
|
||||
(add-hook! 'moonscript-mode-hook
|
||||
#'+lua-moonscript-fix-single-quotes-h
|
||||
#'+lua-moonscript-fontify-interpolation-h)
|
||||
(when (modulep! :checkers syntax)
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
(require 'flycheck-moonscript nil t)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user