summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-06-12 16:16:27 -0700
committerFranck Cuny <fcuny@twitter.com>2019-06-12 16:16:27 -0700
commit5ff9fbd0afdd0cef491a5127967798da1a341b05 (patch)
tree2ebdee0ff8432e351ce037124a8ba022f2f9fac9 /emacs.d/custom
parent[emacs] another try to load correctly GOPATH (diff)
downloademacs.d-5ff9fbd0afdd0cef491a5127967798da1a341b05.tar.gz
[emacs] Trying to fix my go setup
There's a bunch of binaries that are completely out dated, and this is
causing a lot of stuff to fail with emacs.
Diffstat (limited to 'emacs.d/custom')
-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)