mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -56,8 +56,7 @@ lua-language-server.")
|
||||
(add-hook! 'moonscript-mode-hook
|
||||
#'+lua-moonscript-fix-single-quotes-h
|
||||
#'+lua-moonscript-fontify-interpolation-h)
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! :checkers syntax +flymake)))
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(require 'flycheck-moonscript nil t)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user