Merge tb prefix into t prefix

This commit is contained in:
Henrik Lissner 2020-02-09 17:00:28 -05:00 committed by GitHub
parent 43be6231be
commit 7ebc887905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,10 +55,11 @@
"n" #'+go/test-nested
"g" #'go-gen-test-dwim
"G" #'go-gen-test-all
"e" #'go-gen-test-exported)
(:prefix ("tb" . "bench")
"s" #'+go/bench-single
"a" #'+go/bench-all)))
"e" #'go-gen-test-exported
(:prefix ("b" . "bench")
"s" #'+go/bench-single
"a" #'+go/bench-all))))
(use-package! gorepl-mode
:commands gorepl-run-load-current-file)