emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu e72079d: Update readme


From: Protesilaos Stavrou
Subject: [elpa] externals/corfu e72079d: Update readme
Date: Fri, 23 Apr 2021 14:01:31 -0400 (EDT)

branch: externals/corfu
commit e72079d65612909fe51dfa2fa72c737d0868f09e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update readme
---
 README.org | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index c3145a7..466fd21 100644
--- a/README.org
+++ b/README.org
@@ -19,14 +19,13 @@ Corfu and Vertico are two separate packages in order to 
optimize the UI for the
 two distinct use cases, also leading to code bases which are easier to
 understand.
 
-Corfu is a minimal package of less than 500 lines of code (my arbitrary limit
-for small components providing a single specific feature). In contrast to the
-featureful and complex Company package, Corfu only offers a completion UI and
-does not include custom completion backends. Completions are generated by
-calling the ~completion-at-point-functions~ (Capfs). Many code completion
-backends provide such a Capf, such that relying only on the default completion
-is often sufficient. For example the language server packages, 
[[https://github.com/joaotavora/eglot][Eglot]] and
-[[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]], both implement a Capf.
+Corfu is a minimal package (~500 lines of code without whitespace and 
comments).
+In contrast to the featureful and complex Company package, Corfu only offers a
+completion UI and does not include custom completion backends. Completions are
+generated by calling the ~completion-at-point-functions~ (Capfs). Many code
+completion backends provide such a Capf, such that relying only on the default
+completion is often sufficient. For example the language server packages, 
[[https://github.com/joaotavora/eglot][Eglot]]
+and [[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]], both implement a Capf.
 
 [[https://github.com/minad/corfu/blob/main/screenshot.png?raw=true]]
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]