load go-guru when go-mode loads
This commit is contained in:
parent
6df2051d6d
commit
e2df0903d1
2
init.el
2
init.el
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user