Commit 7753ba93099c
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1792,7 +1792,7 @@
#+BEGIN_SRC emacs-lisp
(use-package go-mode
:ensure t
- :bind (("C-c a" . go-test-current-project)
+ :bind (("C-c C-g a" . go-test-current-project)
("C-c m" . go-test-current-file)
("C-c ." . go-test-current-test)
("C-c b" . go-run)