load go-guru when go-mode loads

This commit is contained in:
Łukasz Pankowski 2018-09-14 20:45:46 +02:00
parent 6df2051d6d
commit e2df0903d1

View File

@ -563,6 +563,8 @@ inserted between the braces between the braces."
go-fontify-function-calls nil ; fontifing names of called go-fontify-function-calls nil ; fontifing names of called
; functions is too much for me ; functions is too much for me
company-idle-delay nil) company-idle-delay nil)
:config
(require 'go-guru)
:bind :bind
(:map go-mode-map (:map go-mode-map
("M-." . go-guru-definition) ("M-." . go-guru-definition)