adding cargo test
This commit is contained in:
parent
1a6f9f024e
commit
07782a11e6
|
@ -2963,7 +2963,8 @@ I'd like to start learning and using rust if I can.
|
||||||
"!" 'rustic-run-shell-command
|
"!" 'rustic-run-shell-command
|
||||||
"gC" 'rustic-cargo-check
|
"gC" 'rustic-cargo-check
|
||||||
"gC" 'rustic-cargo-clippy
|
"gC" 'rustic-cargo-clippy
|
||||||
"gA" 'rustic-cargo-add)
|
"gA" 'rustic-cargo-add
|
||||||
|
"gt" 'rustic-cargo-test)
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
|
|
3
init.el
3
init.el
|
@ -2223,7 +2223,8 @@ targets."
|
||||||
"!" 'rustic-run-shell-command
|
"!" 'rustic-run-shell-command
|
||||||
"gC" 'rustic-cargo-check
|
"gC" 'rustic-cargo-check
|
||||||
"gC" 'rustic-cargo-clippy
|
"gC" 'rustic-cargo-clippy
|
||||||
"gA" 'rustic-cargo-add)
|
"gA" 'rustic-cargo-add
|
||||||
|
"gt" 'rustic-cargo-test)
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
|
|
Loading…
Reference in a new issue