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

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

[elpa] externals/consult 201e46a911: Update README


From: ELPA Syncer
Subject: [elpa] externals/consult 201e46a911: Update README
Date: Mon, 2 Jan 2023 11:57:24 -0500 (EST)

branch: externals/consult
commit 201e46a911820d85db7670f93b2df50c4941303e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update README
---
 README.org | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.org b/README.org
index d1dc1aafdc..0f0d70e198 100644
--- a/README.org
+++ b/README.org
@@ -12,15 +12,16 @@
 #+html: <a href="https://melpa.org/#/consult";><img alt="MELPA" 
src="https://melpa.org/packages/consult-badge.svg"/></a>
 #+html: <a href="https://stable.melpa.org/#/consult";><img alt="MELPA Stable" 
src="https://stable.melpa.org/packages/consult-badge.svg"/></a>
 
-Consult provides practical commands based on the Emacs completion function
-[[https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffer-Completion.html][completing-read]].
 Completion allows you to quickly select an item from a list of
-candidates. Consult offers in particular an advanced buffer switching command
-=consult-buffer= to switch between buffers and recently opened files. 
Furthermore
-Consult provides multiple search commands, an asynchronous =consult-grep= and
-=consult-ripgrep=, and the line-based search command =consult-line=. Some of 
the
-Consult commands are enhanced versions of built-in Emacs commands. For example
-the command =consult-imenu= presents a flat list of the Imenu with 
[[#live-previews][live preview]],
-[[#narrowing-and-grouping][grouping and narrowing]]. Please take a look at the 
[[#available-commands][full list of commands]].
+Consult provides search and navigation commands based on the Emacs completion
+function 
[[https://www.gnu.org/software/emacs/manual/html_node/elisp/Minibuffer-Completion.html][completing-read]].
 Completion allows you to quickly select an item from a
+list of candidates. Consult offers asynchronous and interactive =consult-grep= 
and
+=consult-ripgrep= commands, and the line-based search command =consult-line=.
+Furthermore Consult provides an advanced buffer switching command 
=consult-buffer=
+to switch between buffers, recently opened files, bookmarks and buffer-like
+candidates from other sources. Some of the Consult commands are enhanced
+versions of built-in Emacs commands. For example the command =consult-imenu=
+presents a flat list of the Imenu with [[#live-previews][live preview]], 
[[#narrowing-and-grouping][grouping and narrowing]].
+Please take a look at the [[#available-commands][full list of commands]].
 
 Consult is fully compatible with completion systems centered around the 
standard
 Emacs =completing-read= API, notably the default completion system, 
[[https://github.com/minad/vertico][Vertico]], 
[[https://github.com/protesilaos/mct][Mct]],



reply via email to

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