mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/rust: fix flycheck not activating in rust-mode
This commit is contained in:
@ -38,5 +38,5 @@
|
|||||||
:when (featurep! :feature syntax-checker)
|
:when (featurep! :feature syntax-checker)
|
||||||
:after rust-mode
|
:after rust-mode
|
||||||
:hook (flycheck-mode . flycheck-rust-setup)
|
:hook (flycheck-mode . flycheck-rust-setup)
|
||||||
:config (add-hook 'rust-mode-hook #'flycheck-mode))
|
:init (add-hook 'rust-mode-hook #'flycheck-mode))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user