summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/custom/fcuny-go.el3
1 files changed, 2 insertions, 1 deletions
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)