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

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

[elpa] externals/corfu bd267b5 2/2: Touch up features (#43)


From: ELPA Syncer
Subject: [elpa] externals/corfu bd267b5 2/2: Touch up features (#43)
Date: Thu, 22 Jul 2021 11:57:08 -0400 (EDT)

branch: externals/corfu
commit bd267b59aeb429d8e7ab45e06308d2d82a7297ad
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Touch up features (#43)
---
 README.org | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index b2e0172..6519f79 100644
--- a/README.org
+++ b/README.org
@@ -34,20 +34,20 @@
 
 * Features
 
-  - Timer-based auto-completions (/off/ by default, set ~corfu-auto~)
-  - Popup display with scrollbar indicator and arrow key navigation
-  - In manual mode, the popup must be summoned explicitly by pressing =TAB=
-  - The current candidate is inserted with =TAB= and selected with =RET=
-  - Candidates sorting by prefix, string length and alphabetically
-  - The selected candidate is automatically committed on the next input by 
default.
+  - Timer-based auto-completions (/off/ by default, set ~corfu-auto~).
+  - Popup display with scrollbar indicator and arrow key navigation.
+  - The popup can be summoned explicitly by pressing =TAB= at any time.
+  - The current candidate is inserted with =TAB= and selected with =RET=.
+  - Candidates sorting by prefix, string length and alphabetically.
+  - The selected candidate is automatically committed on any further input by 
default.
     This behavior can be configured by adjusting ~corfu-commit-predicate~.
   - Filter string can contain arbitrary characters and spaces, if
     ~corfu-quit-at-boundary~ is nil. This is needed when filtering with the
     [[https://github.com/oantolin/orderless][Orderless]] completion style.
-  - Deferred completion style highlighting for performance
-  - Jumping to location/documentation of current candidate
-  - Show candidate documentation string in the echo area
-  - Support for ~annotation-function~ and ~affixation-function~
+  - Deferred completion style highlighting for performance.
+  - Jumping to location/documentation of current candidate.
+  - Show candidate documentation/signature string in the echo area.
+  - Support for ~annotation-function~ and ~affixation-function~.
 
 * Configuration
 



reply via email to

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