branch: externals/elpa commit ad3f0499b44ac673fc2847b718bd572dbd5701ae Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Close #417: minimally document relation with project.el * README.md (lisp): Mention project.el --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e1ffc..d904c32 100644 --- a/README.md +++ b/README.md @@ -305,12 +305,15 @@ indicator pop up in your mode-line. More importantly, this means current *and future* file buffers of that major mode *inside your current project* automatically become \"managed\" by the LSP server, This means that information about these file's contents is exchanged -periodically to provide enhanced code analysis. Among other features: +periodically to provide enhanced coding assistance. Eglot works +primarily with Emacs' built-in libraries and _not_ with third-party +replacements for those facilities. * definitions can be found via `xref-find-definitions`; * on-the-fly diagnostics are given by `flymake-mode`; * function signature hints are given by `eldoc-mode`; * completion can be summoned with `completion-at-point`. +* projects are discovered via `project.el`'s API; Some extra features are provided if certain libraries are installed and enabled, such as: