From 5ff9fbd0afdd0cef491a5127967798da1a341b05 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 12 Jun 2019 16:16:27 -0700 Subject: [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. --- emacs.d/custom/fcuny-go.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/custom') 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) -- cgit 1.4.1