summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-go.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-go.el')
-rw-r--r--emacs.d/custom/fcuny-go.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-go.el b/emacs.d/custom/fcuny-go.el
index b7a7d1b..75bd042 100644
--- a/emacs.d/custom/fcuny-go.el
+++ b/emacs.d/custom/fcuny-go.el
@@ -8,6 +8,8 @@
          ("M-*" . pop-tag-mark))
   :custom
   (godoc-use-completing-read t)
+  ;; see https://github.com/dominikh/go-mode.el/issues/262
+  (godoc-at-point-function 'godoc-gogetdoc)
   :init
   (defun fcuny/go-mode-setup ()
     (setq tab-width 4)