diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-24 15:17:49 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-24 15:17:49 +0100 |
| commit | 1b74e981027e2413d518d6277e0ab642bc5497ab (patch) | |
| tree | d86ea0639428265ba1dfb8b4d9efa08a976ad158 | |
| parent | efd5e31a7ec45ab537626a79809bb9ad4b39703d (diff) | |
README: Remove unnecessary links
Produces better texinfo output.
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
