[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico f055095 2/4: README: Mention consult-completion
From: |
Protesilaos Stavrou |
Subject: |
[elpa] externals/vertico f055095 2/4: README: Mention consult-completion-in-region |
Date: |
Tue, 18 May 2021 01:01:14 -0400 (EDT) |
branch: externals/vertico
commit f0550950745fa053fe150d181ae5847ef20c5e58
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Mention consult-completion-in-region
---
README.org | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index edd20f3..ef5442a 100644
--- a/README.org
+++ b/README.org
@@ -149,6 +149,10 @@ completion UI. These packages are fully supported:
- [[https://github.com/oantolin/embark][Embark]]: Minibuffer actions and
context menu
- [[https://github.com/oantolin/orderless][Orderless]]: Advanced completion
style
+In case you want to use Vertico for completion-at-point/completion-in-region,
+you can use the function ~consult-completion-in-region~ provided by the Consult
+package.
+
You may also want to look into my [[https://github.com/minad/corfu][Corfu]]
package, which provides a minimal
completion system for completion-in-region using overlays. Corfu is developed
in
the same spirit as Vertico.