From 6122577673cc34fd4d7d298c72416766d9903c85 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 31 Oct 2020 17:08:44 +0100 Subject: rust: Change format keybinding --- lisp/init-rust.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-rust.el') diff --git a/lisp/init-rust.el b/lisp/init-rust.el index 69e7048..30efc01 100644 --- a/lisp/init-rust.el +++ b/lisp/init-rust.el @@ -4,7 +4,7 @@ (setq rust-format-on-save t) :bind (:map rust-mode-map - ;; C-c p runs rustfmt on the buffer - ("C-c p" . rust-format-buffer))) + ;; C-c f runs rustfmt on the buffer + ("C-c f" . rust-format-buffer))) (provide 'init-rust) -- cgit v1.2.3