el-get/recipes/cargo.rcp
2016-01-07 17:42:28 +01:00

7 lines
240 B
Plaintext

(:name cargo
:description "Keybindings for cargo tasks within your Rust projects."
:type github
:pkgname "attichacker/cargo.el"
:depends (rust-mode)
:prepare (add-hook 'rust-mode-hook #'cargo-minor-mode))