summaryrefslogtreecommitdiff
path: root/doc/misc/eglot.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-20 11:43:08 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-20 11:44:02 +0200
commit5d73bc5c69f56ce1b22c950d19ef6406b662949f (patch)
tree358d7505fd44096e5daf572e081a93ba179fdabb /doc/misc/eglot.texi
parent16986a9cc42ef4de580456f4acc5feba682ac8b1 (diff)
downloademacs-5d73bc5c69f56ce1b22c950d19ef6406b662949f.tar.gz
emacs-5d73bc5c69f56ce1b22c950d19ef6406b662949f.tar.bz2
emacs-5d73bc5c69f56ce1b22c950d19ef6406b662949f.zip
eglot.texi: Explain where to find third-party packages
* doc/misc/eglot.texi (Eglot Features): Improve description on third-party packages.
Diffstat (limited to 'doc/misc/eglot.texi')
-rw-r--r--doc/misc/eglot.texi20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index e5f26060827..caf09769b49 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -418,19 +418,21 @@ activated automatically as you type.
If a completion package such as @code{company-mode}, a popular
third-party completion package, is installed, Eglot enhances it by
providing completion candidates based on the language-server analysis
-of the source code.
+of the source code. (@code{company-mode} can be installed from GNU ELPA.)
@item
-If @code{yasnippet}, a popular package for automatic insertion of code
-templates (snippets), is installed, and the language server supports
-snippet completion candidates, Eglot arranges for the completion
-package to instantiate these snippets using @code{yasnippet}.
+If @code{yasnippet}, a popular third-party package for automatic
+insertion of code templates (snippets), is installed, and the language
+server supports snippet completion candidates, Eglot arranges for the
+completion package to instantiate these snippets using
+@code{yasnippet}. (@code{yasnippet} can be installed from GNU ELPA.)
@item
-If the popular package @code{markdown-mode} is installed, and the
-server provides at-point documentation formatted as Markdown in
-addition to plain text, Eglot arranges for the ElDoc package to enrich
-this text with e.g. fontification before displaying it to the user.
+If the popular third-party package @code{markdown-mode} is installed,
+and the server provides at-point documentation formatted as Markdown
+in addition to plain text, Eglot arranges for the ElDoc package to
+enrich this text with e.g. fontification before displaying it to the
+user.
@item
In addition to enabling and enhancing other features and packages,