el-get/recipes/cargo.rcp

7 lines
240 B
Plaintext
Raw Normal View History

2016-01-07 17:24:00 +08:00
(:name cargo
2016-01-07 17:31:11 +08:00
:description "Keybindings for cargo tasks within your Rust projects."
2016-01-07 17:24:00 +08:00
:type github
:pkgname "attichacker/cargo.el"
2016-01-08 00:42:28 +08:00
:depends (rust-mode)
2016-01-07 17:24:00 +08:00
:prepare (add-hook 'rust-mode-hook #'cargo-minor-mode))