Commit 7753ba93099c

Vincent Demeester <vincent@sbr.pm>
2015-03-29 21:29:59
go-mode C-c a conflicts with org-mode agenda :(
1 parent b08f42f
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)