summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-programming.el')
-rw-r--r--custom/jao-custom-programming.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index 6106e9a..3f17c1a 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -343,7 +343,7 @@
:bind (:map rustic-mode-map (("C-c d" . rustic-cargo-build-doc)
("C-c t w" . jao-rust-test-workspace)
("C-c t m" . jao-rust-test-module)
- ("C-c t t" . rustic-cargo-current-test))))
+ ("C-c t t" . jao-rust-test-current))))
(use-package rust-playground
:ensure t)