From bfb8e2386229a81c0cdb2ad04427b5b6fa7cd165 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 15 Sep 2025 21:58:49 +0200 Subject: [PATCH] more which-key --- init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 0f81702..89ebbaf 100644 --- a/init.org +++ b/init.org @@ -2138,6 +2138,7 @@ delimiters < and >'s." :general-config (general-define-key :prefix-map 'nemo/rust-map + "c" '("Cargo" . nil) "c v" '("Check" . rustic-cargo-check) "c c" '("Compile" . rustic-compile) "c b" '("Build" . rustic-cargo-build) @@ -2149,8 +2150,8 @@ delimiters < and >'s." "t a" '("Test" . rustic-cargo-test) "c a" '("cargo-add" . rustic-cargo-add) "c r" '("cargo-rm" . rustic-cargo-remove) - "c l" '("lint" . rustic-cargo-clippy) - "c L" '("lint" . rustic-cargo-clippy-fix) + "c l" '("clipp" . rustic-cargo-clippy) + "c L" '("clippy-fix" . rustic-cargo-clippy-fix) "c n" '("new" . rustic-cargo-new) "c i" '("init" . rustic-cargo-init) "c d" '("Docs" . rustic-cargo-doc)