el-get/recipes/flycheck-rust.rcp
2016-05-19 09:01:12 +02:00

8 lines
303 B
Plaintext

(:name flycheck-rust
:description "Flycheck Rust additions and Cargo support."
:type github
:pkgname "flycheck/flycheck-rust"
:depends (dash flycheck seq)
:post-init (eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook 'flycheck-rust-setup)))