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

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

[elpa] externals/vertico 4025874 3/7: README: Document extensions


From: ELPA Syncer
Subject: [elpa] externals/vertico 4025874 3/7: README: Document extensions
Date: Fri, 9 Jul 2021 07:57:28 -0400 (EDT)

branch: externals/vertico
commit 402587442ef5a0ba58a337704f9cf0b432e43eec
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Document extensions
---
 README.org | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index bf831ef..b45ab98 100644
--- a/README.org
+++ b/README.org
@@ -12,14 +12,14 @@
 
 * Introduction
 
-  Vertico provides a performant and minimalistic vertical completion UI, which 
is
-  based on the default completion system. The main focus of Vertico is to 
provide
-  a UI which behaves /correctly/ under all circumstances. By reusing the 
built-in
-  facilities system, Vertico achieves /full compatibility/ with built-in Emacs
-  completion commands and completion tables. Vertico only provides the 
completion
-  UI. Additional enhancements can be installed separately via complementary
-  packages. The code base is small and maintainable (~vertico.el~ is only 
about 600
-  lines of code without whitespace and comments).
+  Vertico provides a performant and minimalistic vertical completion UI, which
+  is based on the default completion system. The main focus of Vertico is to
+  provide a UI which behaves /correctly/ under all circumstances. By reusing 
the
+  built-in facilities system, Vertico achieves /full compatibility/ with 
built-in
+  Emacs completion commands and completion tables. Vertico only provides the
+  completion UI. Additional enhancements can be installed separately via
+  extensions or complementary packages. The code base is small and maintainable
+  (~vertico.el~ is only about 600 lines of code without whitespace and 
comments).
 
 * Features
 
@@ -147,6 +147,16 @@
           read-buffer-completion-ignore-case t)
   #+end_src
 
+* Extensions
+
+  We maintain a few small extension packages to Vertico in this repository
+  in the subdirectory 
[[https://github.com/minad/vertico/tree/main/extensions][extensions/]]. 
Currently these extensions are available:
+
+  - vertico-buffer: Offers =vertico-buffer-mode= to display Vertico in a 
separate buffer
+  - vertico-ido: Ido-like commands for directory navigation
+  - vertico-repeat: The =vertico-repeat= command to repeat the last completion 
session
+  - vertico-reverse: Offers =vertico-reverse-mode=, which reverse the display
+
 * Complementary packages
 
   Vertico works well together with a few complementary packages, which enrich 
the



reply via email to

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