lang/rust: fix flycheck not activating in rust-mode
This commit is contained in:
parent
138ec2bf07
commit
c5abcfa703
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@
|
|||
:when (featurep! :feature syntax-checker)
|
||||
:after rust-mode
|
||||
:hook (flycheck-mode . flycheck-rust-setup)
|
||||
:config (add-hook 'rust-mode-hook #'flycheck-mode))
|
||||
:init (add-hook 'rust-mode-hook #'flycheck-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue