mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
;;; lang/clojure/doctor.el
|
||||
|
||||
(when (and (modulep! :checkers syntax)
|
||||
(not (modulep! +lsp)))
|
||||
(modulep! -lsp))
|
||||
(unless (executable-find "clj-kondo")
|
||||
(warn! "Couldn't find clj-kondo. flycheck-clj-kondo will not work.")))
|
||||
|
||||
|
Reference in New Issue
Block a user