diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-programming.el | 2 |
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) |
