commit | 4ee6a31e4e5529a5b4955f13d944c99f426546e5 | [log] [tgz] |
---|---|---|
author | pjweinb <pjw@google.com> | Fri Jun 07 14:00:19 2019 -0400 |
committer | pjweinb <pjw@google.com> | Fri Jun 07 14:00:19 2019 -0400 |
tree | d17be4fca0d1183a21a23aa59eae330d976e8152 | |
parent | 87062453c55ede3bd72d8b369e6c3ac51b2abaaf [diff] |
More help when using Emacs on OSX.
diff --git a/gopls.md b/gopls.md index d62ffab..4a68178 100644 --- a/gopls.md +++ b/gopls.md
@@ -161,6 +161,9 @@ :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