mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #91 from Luladjiev/master
lang/go: add missing command-go-gocode-command variable
This commit is contained in:
@ -69,6 +69,7 @@
|
||||
|
||||
|
||||
(def-package! company-go
|
||||
:init (setq command-go-gocode-command "gocode")
|
||||
:when (featurep! :completion company)
|
||||
:after go-mode
|
||||
:config
|
||||
|
Reference in New Issue
Block a user