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

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

[elpa] externals/vertico c3c5614 5/6: README: Mention initials completio


From: Protesilaos Stavrou
Subject: [elpa] externals/vertico c3c5614 5/6: README: Mention initials completion style
Date: Sat, 10 Apr 2021 05:55:01 -0400 (EDT)

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

    README: Mention initials completion style
---
 README.org   | 5 +++--
 vertico.texi | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index b6e4360..2c934a0 100644
--- a/README.org
+++ b/README.org
@@ -40,8 +40,9 @@ init.el, you may want to use ~use-package~. Here is an 
example configuration:
     :init
     (vertico-mode))
 
-  ;; Use the orderless completion style.
-  ;; Enable partial-completion for files to allow path expansion.
+  ;; Use the `orderless' completion style.
+  ;; Enable `partial-completion' for files to allow path expansion.
+  ;; You may prefer to use `initials' instead of `partial-completion'.
   (use-package orderless
     :init
     (setq completion-styles '(orderless)
diff --git a/vertico.texi b/vertico.texi
index 2e48337..d0805c0 100644
--- a/vertico.texi
+++ b/vertico.texi
@@ -79,8 +79,9 @@ init.el, you may want to use @code{use-package}. Here is an 
example configuratio
   :init
   (vertico-mode))
 
-;; Use the orderless completion style.
-;; Enable partial-completion for files to allow path expansion.
+;; Use the `orderless' completion style.
+;; Enable `partial-completion' for files to allow path expansion.
+;; You may prefer to use `initials' instead of `partial-completion'.
 (use-package orderless
   :init
   (setq completion-styles '(orderless)



reply via email to

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