diff --git a/README.org b/README.org index 48843f5a..e24dc54d 100644 --- a/README.org +++ b/README.org @@ -2963,7 +2963,8 @@ I'd like to start learning and using rust if I can. "!" '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 diff --git a/init.el b/init.el index 37f0a93d..461413d2 100644 --- a/init.el +++ b/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