Merge pull request #91 from Luladjiev/master

lang/go: add missing command-go-gocode-command variable
This commit is contained in:
Henrik Lissner 2017-06-03 01:08:51 +02:00 committed by GitHub
commit 15b827e3fd

View file

@ -69,6 +69,7 @@
(def-package! company-go (def-package! company-go
:init (setq command-go-gocode-command "gocode")
:when (featurep! :completion company) :when (featurep! :completion company)
:after go-mode :after go-mode
:config :config