mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General cleanup
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
(define-builder! toml-mode "cargo run" "Cargo.toml")
|
||||
|
||||
(use-package flycheck-rust
|
||||
:config (add-hook! rust-mode 'flycheck-mode))
|
||||
:config (add-hook 'rust-mode-hook 'flycheck-mode))
|
||||
|
||||
(use-package racer
|
||||
:preface
|
||||
|
Reference in New Issue
Block a user