diff options
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index b381893..b839558 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -1583,7 +1583,7 @@ Return the created process." (defvar rust-mode-map (let ((map (make-sparse-keymap))) (define-key map (kbd "C-c C-f") 'rust-format-buffer) - (define-key map (kbd "C-c d") 'rust-dbg-wrap-or-unwrap) + (define-key map (kbd "C-c C-d") 'rust-dbg-wrap-or-unwrap) map) "Keymap for Rust major mode.") |
