mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
(setq rustic-babel-format-src-block nil
|
||||
rustic-format-trigger nil)
|
||||
|
||||
(if (not (modulep! +lsp))
|
||||
(if (modulep! -lsp)
|
||||
(after! rustic-flycheck
|
||||
(add-to-list 'flycheck-checkers 'rustic-clippy))
|
||||
(setq rustic-lsp-client
|
||||
|
Reference in New Issue
Block a user