mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
parent
15904349cf
commit
448bc5cae2
73 changed files with 87 additions and 132 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue