mirror of
https://github.com/golang/go
synced 2024-11-18 11:14:39 -07:00
cmd/guru: fix mode map, again
Change-Id: Ic1fef2e237205ed392912601324415af625417b0 Reviewed-on: https://go-review.googlesource.com/19749 Reviewed-by: Dominik Honnef <dominik@honnef.co> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
ba766134cc
commit
a69e659f44
@ -34,7 +34,7 @@
|
||||
"History of values supplied to `go-guru-set-scope'.")
|
||||
|
||||
;; Extend go-mode-map.
|
||||
(let ((m go-guru-map))
|
||||
(let ((m (define-prefix-command 'go-guru-map)))
|
||||
(define-key m "d" #'go-guru-describe)
|
||||
(define-key m "f" #'go-guru-freevars)
|
||||
(define-key m "i" #'go-guru-implements)
|
||||
|
Loading…
Reference in New Issue
Block a user