Merge tb prefix into t prefix
This commit is contained in:
parent
43be6231be
commit
7ebc887905
1 changed files with 5 additions and 4 deletions
|
@ -55,10 +55,11 @@
|
||||||
"n" #'+go/test-nested
|
"n" #'+go/test-nested
|
||||||
"g" #'go-gen-test-dwim
|
"g" #'go-gen-test-dwim
|
||||||
"G" #'go-gen-test-all
|
"G" #'go-gen-test-all
|
||||||
"e" #'go-gen-test-exported)
|
"e" #'go-gen-test-exported
|
||||||
(:prefix ("tb" . "bench")
|
(:prefix ("b" . "bench")
|
||||||
"s" #'+go/bench-single
|
"s" #'+go/bench-single
|
||||||
"a" #'+go/bench-all)))
|
"a" #'+go/bench-all))))
|
||||||
|
|
||||||
|
|
||||||
(use-package! gorepl-mode
|
(use-package! gorepl-mode
|
||||||
:commands gorepl-run-load-current-file)
|
:commands gorepl-run-load-current-file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue