j emacs: correct go doc
This commit is contained in:
parent
4047f0ac6d
commit
d42caf6a40
|
@ -30,6 +30,7 @@ let
|
|||
'';
|
||||
|
||||
goMode = ''
|
||||
(setq godoc-and-godef-command "go doc") ;godoc has no cli support any more, thats go doc now
|
||||
(add-to-list 'exec-path "~/go/bin")
|
||||
(add-hook 'go-mode-hook
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in a new issue