From 7ebc88790590ab97d3f549d02199f8b501cb8610 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 9 Feb 2020 17:00:28 -0500 Subject: [PATCH] Merge tb prefix into t prefix --- modules/lang/go/config.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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)