General cleanup

This commit is contained in:
Henrik Lissner 2016-04-04 12:06:47 -04:00
parent 7bf28b5ad5
commit ca9f76bfa6
6 changed files with 49 additions and 50 deletions

View file

@ -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