Update :jump => :lookup
This commit is contained in:
parent
9cc762ffbe
commit
42cee2e046
11 changed files with 14 additions and 11 deletions
|
@ -12,7 +12,7 @@
|
|||
(add-hook! go-mode (add-hook 'before-save-hook #'gofmt-before-save nil t)))
|
||||
|
||||
(set! :repl 'go-mode #'gorepl-run)
|
||||
(set! :jump 'go-mode
|
||||
(set! :lookup 'go-mode
|
||||
:definition #'go-guru-definition
|
||||
:references #'go-guru-referrers
|
||||
:documentation #'godoc-at-point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue