From 4ee6a31e4e5529a5b4955f13d944c99f426546e5 Mon Sep 17 00:00:00 2001 From: pjweinb Date: Fri, 7 Jun 2019 14:00:19 -0400 Subject: [PATCH] More help when using Emacs on OSX. --- gopls.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gopls.md b/gopls.md index d62ffab5..4a681787 100644 --- a/gopls.md +++ b/gopls.md @@ -161,6 +161,9 @@ Use [lsp-mode](https://github.com/emacs-lsp/lsp-mode). gopls is built in now as :commands company-lsp) ``` +On OSX, Emacs.app may need to get the same PATH and GOPATH as the shell. Move +the definitions of PATH and GOPATH into .zshenv (or .bashenv if you use bash) from .zshrc (.bashrc). + --- #### Acme