General cleanup
This commit is contained in:
parent
7bf28b5ad5
commit
ca9f76bfa6
6 changed files with 49 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue