diff --git a/modules/lang/go/config.el b/modules/lang/go/config.el index 3c9234718..948675616 100644 --- a/modules/lang/go/config.el +++ b/modules/lang/go/config.el @@ -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)