Replies: 2 comments 1 reply
-
Sure, Just not sure where we should add it, maybe on some building section? https://emacs-lsp.github.io/lsp-mode/page/installation/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
I submitted a pull request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This started out as a question but I guess I'll add it as a discussion / suggestion.
I'm trying to use borg which essentially means I'm trying to configure lsp-mode using Vanilla Emacs. Fortunately, I had it working before using el-get or otherwise I would be really lost.
el-get's "recipe" adds "." and "clients" to the
load-list
See here. The Melpa recipe adds clients/*.el to:files
. It would have helped me if that was mentioned in the docs. Please consider adding it.My
lsp-clients
hash is empty because I didn't know to add "clients" to theload-list
. Or... perhaps add it to load-paths when lsp-mode is loaded?Beta Was this translation helpful? Give feedback.
All reactions