j emacs: correct go doc

This commit is contained in:
Jeschli 2019-09-24 05:34:09 +02:00
parent 4047f0ac6d
commit d42caf6a40

View File

@ -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 ()