From f60081c59d6963d43bc0d3f5d056d8635f9995f1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 16 Sep 2019 17:04:34 -0700 Subject: [emacs] fix hydra menu --- emacs.d/custom/fcuny-go.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs.d') diff --git a/emacs.d/custom/fcuny-go.el b/emacs.d/custom/fcuny-go.el index 9c16a6e..f2e9443 100644 --- a/emacs.d/custom/fcuny-go.el +++ b/emacs.d/custom/fcuny-go.el @@ -48,7 +48,7 @@ _r_: referrers _d_: definition _T_: test current test _i_: implements _a_: arguments _F_: test current file _D_: describe _f_: function _P_: test current package - _r_: return + _R_: return " ("r" go-guru-referrers) ("i" go-guru-implements) @@ -56,6 +56,7 @@ _D_: describe _f_: function _P_: test current package ("d" go-guru-definition) ("a" go-goto-arguments) ("f" go-goto-function) + ("R" go-goto-return-values) ("T" go-test-current-test) ("F" go-test-current-file) ("P" go-test-current-project) -- cgit 1.4.1