adding cargo test
This commit is contained in:
parent
1a6f9f024e
commit
07782a11e6
2 changed files with 4 additions and 2 deletions
3
init.el
3
init.el
|
@ -2223,7 +2223,8 @@ targets."
|
|||
"!" 'rustic-run-shell-command
|
||||
"gC" 'rustic-cargo-check
|
||||
"gC" 'rustic-cargo-clippy
|
||||
"gA" 'rustic-cargo-add)
|
||||
"gA" 'rustic-cargo-add
|
||||
"gt" 'rustic-cargo-test)
|
||||
(chris/leader-keys
|
||||
:states 'normal
|
||||
:keymaps 'override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue