summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-11-24 15:17:49 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-11-24 15:17:49 +0100
commit1b74e981027e2413d518d6277e0ab642bc5497ab (patch)
treed86ea0639428265ba1dfb8b4d9efa08a976ad158 /README.org
parentefd5e31a7ec45ab537626a79809bb9ad4b39703d (diff)
README: Remove unnecessary links
Produces better texinfo output.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 80fbffa..c8ea004 100644
--- a/README.org
+++ b/README.org
@@ -18,7 +18,7 @@ Corfu is a small package, which relies on the Emacs completion facilities and
concentrates on providing a polished completion UI. Completions are either
provided by commands like ~dabbrev-completion~ or by pluggable backends
(~completion-at-point-functions~, Capfs). Most programming language major modes
-implement a Capf. Furthermore the language server packages, [[https://github.com/joaotavora/eglot][Eglot]] and [[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]],
+implement a Capf. Furthermore the language server packages, Eglot and Lsp-mode,
use Capfs which talk to the LSP server to retrieve the completions. Corfu does
not include its own completion backends. The Emacs built-in Capfs and the Capfs
provided by other programming language packages are usually sufficient. A few