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

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

[elpa] externals/consult c0bdc7030e: README indentation


From: ELPA Syncer
Subject: [elpa] externals/consult c0bdc7030e: README indentation
Date: Mon, 11 Apr 2022 12:57:23 -0400 (EDT)

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

    README indentation
---
 README.org | 1744 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 868 insertions(+), 876 deletions(-)

diff --git a/README.org b/README.org
index 7bf51faf5a..3a338b4f36 100644
--- a/README.org
+++ b/README.org
@@ -13,9 +13,9 @@
 #+html: <a href="https://stable.melpa.org/#/consult";><img alt="MELPA Stable" 
src="https://stable.melpa.org/packages/consult-badge.svg"/></a>
 
 * Introduction
-  :properties:
-  :description: Why Consult?
-  :end:
+:properties:
+:description: Why Consult?
+:end:
 #+cindex: introduction
 
 Consult provides practical commands based on the Emacs completion function
@@ -64,10 +64,10 @@ Fig. 2: Command =consult-imenu=
 Fig. 3: Command =consult-line=
 
 * Available commands
-  :properties:
-  :custom_id: available-commands
-  :description: Navigation, search, editing commands and more
-  :end:
+:properties:
+:custom_id: available-commands
+:description: Navigation, search, editing commands and more
+:end:
 #+cindex: commands
 
 Most Consult commands follow the meaningful naming scheme =consult-<thing>=.
@@ -82,375 +82,372 @@ all Consult commands with their abbreviated description. 
Alternatively, type
 their descriptions.
 
 ** Virtual Buffers
-   :properties:
-   :description: Buffers, bookmarks and recent files
-   :end:
- #+cindex: virtual buffers
-
- #+findex: consult-buffer
- #+findex: consult-buffer-other-window
- #+findex: consult-buffer-other-frame
- #+findex: consult-project-buffer
- #+findex: consult-recent-file
- #+findex: consult-bookmark
- - =consult-buffer= (=-other-window=, =-other-frame=): Enhanced version
-   of =switch-to-buffer= with support for virtual buffers. Supports live 
preview
-   of buffers and narrowing to the virtual buffer types. You can type =f SPC= 
in
-   order to narrow to recent files. Press =SPC= to show ephemeral buffers.
-   Supported narrowing keys:
-   - b Buffers
-   - f Files (Requires =recentf-mode=)
-   - m Bookmarks
-   - p Project
-   - Custom [[#multiple-sources][other sources]] configured in 
=consult-buffer-sources=.
- - =consult-project-buffer=: Variant of =consult-buffer= restricted to buffers 
and
-   recent files of the current project. You can add custom sources to
-   =consult-project-buffer-sources=. The command may prompt you for a project 
if
-   you invoke it from outside a project.
- - =consult-bookmark=: Select or create bookmark. To select bookmarks you 
might use the
-   =consult-buffer= as an alternative, which can include a bookmark virtual 
buffer
-   source. Note that =consult-bookmark= supports preview of bookmarks and
-   narrowing.
- - =consult-recent-file=: Select from recent files with preview.
-   You might prefer the powerful =consult-buffer= instead, which can include
-   recent files as a virtual buffer source. The =recentf-mode= enables 
tracking of
-   recent files.
+:properties:
+:description: Buffers, bookmarks and recent files
+:end:
+#+cindex: virtual buffers
+
+#+findex: consult-buffer
+#+findex: consult-buffer-other-window
+#+findex: consult-buffer-other-frame
+#+findex: consult-project-buffer
+#+findex: consult-recent-file
+#+findex: consult-bookmark
+- =consult-buffer= (=-other-window=, =-other-frame=): Enhanced version
+  of =switch-to-buffer= with support for virtual buffers. Supports live preview
+  of buffers and narrowing to the virtual buffer types. You can type =f SPC= in
+  order to narrow to recent files. Press =SPC= to show ephemeral buffers.
+  Supported narrowing keys:
+  - b Buffers
+  - f Files (Requires =recentf-mode=)
+  - m Bookmarks
+  - p Project
+  - Custom [[#multiple-sources][other sources]] configured in 
=consult-buffer-sources=.
+- =consult-project-buffer=: Variant of =consult-buffer= restricted to buffers 
and
+  recent files of the current project. You can add custom sources to
+  =consult-project-buffer-sources=. The command may prompt you for a project if
+  you invoke it from outside a project.
+- =consult-bookmark=: Select or create bookmark. To select bookmarks you might 
use the
+  =consult-buffer= as an alternative, which can include a bookmark virtual 
buffer
+  source. Note that =consult-bookmark= supports preview of bookmarks and
+  narrowing.
+- =consult-recent-file=: Select from recent files with preview.
+  You might prefer the powerful =consult-buffer= instead, which can include
+  recent files as a virtual buffer source. The =recentf-mode= enables tracking 
of
+  recent files.
 
 ** Editing
-   :properties:
-   :description: Commands useful for editing
-   :end:
- #+cindex: editing
-
- #+findex: consult-yank-pop
- #+findex: consult-yank-from-kill-ring
- #+findex: consult-yank-replace
- #+findex: consult-kmacro
- - =consult-yank-from-kill-ring=: Enhanced version of =yank= to select an item
-   from the =kill-ring=. The selected text previewed as overlay in the buffer.
- - =consult-yank-pop=: Enhanced version of =yank-pop= with DWIM-behavior, which
-   either replaces the last =yank= by cycling through the =kill-ring=, or if 
there
-   has not been a last =yank= consults the =kill-ring=. The selected text 
previewed
-   as overlay in the buffer.
- - =consult-yank-replace=: Like =consult-yank-pop=, but always replaces the 
last
-   =yank= with an item from the =kill-ring=.
- - =consult-kmacro=: Select macro from the macro ring and execute it.
+:properties:
+:description: Commands useful for editing
+:end:
+#+cindex: editing
+
+#+findex: consult-yank-pop
+#+findex: consult-yank-from-kill-ring
+#+findex: consult-yank-replace
+#+findex: consult-kmacro
+- =consult-yank-from-kill-ring=: Enhanced version of =yank= to select an item
+  from the =kill-ring=. The selected text previewed as overlay in the buffer.
+- =consult-yank-pop=: Enhanced version of =yank-pop= with DWIM-behavior, which
+  either replaces the last =yank= by cycling through the =kill-ring=, or if 
there
+  has not been a last =yank= consults the =kill-ring=. The selected text 
previewed
+  as overlay in the buffer.
+- =consult-yank-replace=: Like =consult-yank-pop=, but always replaces the last
+  =yank= with an item from the =kill-ring=.
+- =consult-kmacro=: Select macro from the macro ring and execute it.
 
 ** Register
-   :properties:
-   :description: Searching through registers and fast access
-   :end:
- #+cindex: register
-
- #+findex: consult-register
- #+findex: consult-register-load
- #+findex: consult-register-store
- #+findex: consult-register-format
- #+findex: consult-register-window
- - =consult-register=: Select from list of registers. The command
-   supports narrowing to register types and preview of marker positions. This
-   command is useful to search the register contents. For quick access use the
-   commands =consult-register-load=, =consult-register-store= or the built-in 
Emacs
-   register commands.
- - =consult-register-format=: Set =register-preview-function= to this function 
for
-   an enhanced register formatting. See the [[#use-package-example][example 
configuration]].
- - =consult-register-window=: Replace =register-preview= with this function 
for a
-   better register window. See the [[#use-package-example][example 
configuration]].
- - =consult-register-load=: Utility command to quickly load a register.
-   The command either jumps to the register value or inserts it.
- - =consult-register-store=: Improved UI to store registers depending on the 
current
-   context with an action menu. With an active region, store/append/prepend the
-   contents, optionally deleting the region when a prefix argument is given.
-   With a numeric prefix argument, store/add the number. Otherwise store point,
-   frameset, window or kmacro. Usage examples:
-   * =M-' x=: If no region is active, store point in register =x=.
-     If a region is active, store the region in register =x=.
-   * =M-' M-w x=: Store window configuration in register =x=.
-   * =C-u 100 M-' x=: Store number in register =x=.
+:properties:
+:description: Searching through registers and fast access
+:end:
+#+cindex: register
+
+#+findex: consult-register
+#+findex: consult-register-load
+#+findex: consult-register-store
+#+findex: consult-register-format
+#+findex: consult-register-window
+- =consult-register=: Select from list of registers. The command
+  supports narrowing to register types and preview of marker positions. This
+  command is useful to search the register contents. For quick access use the
+  commands =consult-register-load=, =consult-register-store= or the built-in 
Emacs
+  register commands.
+- =consult-register-format=: Set =register-preview-function= to this function 
for
+  an enhanced register formatting. See the [[#use-package-example][example 
configuration]].
+- =consult-register-window=: Replace =register-preview= with this function for 
a
+  better register window. See the [[#use-package-example][example 
configuration]].
+- =consult-register-load=: Utility command to quickly load a register.
+  The command either jumps to the register value or inserts it.
+- =consult-register-store=: Improved UI to store registers depending on the 
current
+  context with an action menu. With an active region, store/append/prepend the
+  contents, optionally deleting the region when a prefix argument is given.
+  With a numeric prefix argument, store/add the number. Otherwise store point,
+  frameset, window or kmacro. Usage examples:
+  * =M-' x=: If no region is active, store point in register =x=.
+    If a region is active, store the region in register =x=.
+  * =M-' M-w x=: Store window configuration in register =x=.
+  * =C-u 100 M-' x=: Store number in register =x=.
 
 ** Navigation
-   :properties:
-   :description: Mark rings, outlines and imenu
-   :end:
- #+cindex: navigation
-
- #+findex: consult-goto-line
- #+findex: consult-mark
- #+findex: consult-global-mark
- #+findex: consult-outline
- #+findex: consult-imenu
- #+findex: consult-imenu-multi
- - =consult-goto-line=: Jump to line number enhanced with live preview.
-   This is a drop-in replacement for =goto-line=.
- - =consult-mark=: Jump to a marker in the =mark-ring=. Supports live
-   preview and recursive editing.
- - =consult-global-mark=: Jump to a marker in the =global-mark-ring=.
-   Supports live preview and recursive editing.
- - =consult-outline=: Jump to a heading of the outline. Supports narrowing
-   to a heading level, live preview and recursive editing.
- - =consult-imenu=: Jump to imenu item in the current buffer. Supports
-   live preview, recursive editing and narrowing.
- - =consult-imenu-multi=: Jump to imenu item in project buffers, with
-   the same major mode as the current buffer. Supports live preview,
-   recursive editing and narrowing. This feature has been inspired by
-   [[https://github.com/vspinu/imenu-anywhere][imenu-anywhere]].
+:properties:
+:description: Mark rings, outlines and imenu
+:end:
+#+cindex: navigation
+
+#+findex: consult-goto-line
+#+findex: consult-mark
+#+findex: consult-global-mark
+#+findex: consult-outline
+#+findex: consult-imenu
+#+findex: consult-imenu-multi
+- =consult-goto-line=: Jump to line number enhanced with live preview.
+  This is a drop-in replacement for =goto-line=.
+- =consult-mark=: Jump to a marker in the =mark-ring=. Supports live
+  preview and recursive editing.
+- =consult-global-mark=: Jump to a marker in the =global-mark-ring=.
+  Supports live preview and recursive editing.
+- =consult-outline=: Jump to a heading of the outline. Supports narrowing
+  to a heading level, live preview and recursive editing.
+- =consult-imenu=: Jump to imenu item in the current buffer. Supports
+  live preview, recursive editing and narrowing.
+- =consult-imenu-multi=: Jump to imenu item in project buffers, with
+  the same major mode as the current buffer. Supports live preview,
+  recursive editing and narrowing. This feature has been inspired by
+  [[https://github.com/vspinu/imenu-anywhere][imenu-anywhere]].
 
 ** Search
-   :properties:
-   :description: Line search, grep and file search
-   :end:
- #+cindex: search
-
- #+findex: consult-line
- #+findex: consult-line-multi
- #+findex: consult-multi-occur
- #+findex: consult-keep-lines
- #+findex: consult-focus-lines
- - =consult-line=: Enter search string and select from matching lines.
-   Supports live preview and recursive editing. The symbol at point and the
-   recent Isearch string are added to the "future history" and can be accessed
-   by pressing =M-n=. When =consult-line= is bound to the =isearch-mode-map= 
and
-   is invoked during a running Isearch, it will use the current Isearch string.
- - =consult-line-multi=: Search across multiple buffers. By default search 
across
-   project buffers. If invoked with a prefix argument search across all 
buffers.
-   Behaves like =consult-line=.
- - =consult-multi-occur=: Replacement for =multi-occur= which uses
-   =completing-read-multiple=.
- - =consult-keep-lines=: Replacement for =keep/flush-lines=
-   which uses the current completion style for filtering the buffer. The
-   function updates the buffer while typing. In particular =consult-keep-lines=
-   can narrow down an exported Embark collect buffer further, relying on the
-   same completion filtering as ~completing-read~. If the input begins with the
-   negation operator, i.e., ~! SPC~, the filter matches the complement. If a
-   region is active, the region restricts the filtering.
- - =consult-focus-lines=: Temporarily hide lines by filtering them using the 
current
-   completion style. Call with =C-u= prefix argument in order to show the 
hidden
-   lines again. If the input begins with the negation operator, i.e., ~! SPC~,
-   the filter matches the complement. In contrast to =consult-keep-lines= this
-   function does not edit the buffer. If a region is active, the region 
restricts
-   the filtering.
+:properties:
+:description: Line search, grep and file search
+:end:
+#+cindex: search
+
+#+findex: consult-line
+#+findex: consult-line-multi
+#+findex: consult-multi-occur
+#+findex: consult-keep-lines
+#+findex: consult-focus-lines
+- =consult-line=: Enter search string and select from matching lines.
+  Supports live preview and recursive editing. The symbol at point and the
+  recent Isearch string are added to the "future history" and can be accessed
+  by pressing =M-n=. When =consult-line= is bound to the =isearch-mode-map= and
+  is invoked during a running Isearch, it will use the current Isearch string.
+- =consult-line-multi=: Search across multiple buffers. By default search 
across
+  project buffers. If invoked with a prefix argument search across all buffers.
+  Behaves like =consult-line=.
+- =consult-multi-occur=: Replacement for =multi-occur= which uses
+  =completing-read-multiple=.
+- =consult-keep-lines=: Replacement for =keep/flush-lines= which uses the 
current
+  completion style for filtering the buffer. The function updates the buffer
+  while typing. In particular =consult-keep-lines= can narrow down an exported
+  Embark collect buffer further, relying on the same completion filtering as
+  ~completing-read~. If the input begins with the negation operator, i.e., ~! 
SPC~,
+  the filter matches the complement. If a region is active, the region 
restricts
+  the filtering.
+- =consult-focus-lines=: Temporarily hide lines by filtering them using the
+  current completion style. Call with =C-u= prefix argument in order to show 
the
+  hidden lines again. If the input begins with the negation operator, i.e., ~!
+  SPC~, the filter matches the complement. In contrast to =consult-keep-lines= 
this
+  function does not edit the buffer. If a region is active, the region 
restricts
+  the filtering.
 
 ** Grep and Find
-   :properties:
-   :description: Searching through the filesystem
-   :end:
- #+cindex: grep
- #+cindex: find
- #+cindex: locate
-
- #+findex: consult-grep
- #+findex: consult-ripgrep
- #+findex: consult-git-grep
- #+findex: consult-find
- #+findex: consult-locate
- - =consult-grep=, =consult-ripgrep=, =consult-git-grep=: Search for regular 
expression
-   in files. Consult invokes Grep asynchronously, while you enter the search
-   term. After at least =consult-async-min-input= characters, the search gets
-   started. Consult splits the input string into two parts, if the first
-   character is a punctuation character, like =#=. For example
-   =#regexps#filter-string=, is split at the second =#=. The string =regexps= 
is
-   passed to Grep. Note that Consult transforms Emacs regular expressions to
-   expressions understand by the search program. Always use Emacs regular
-   expressions at the prompt. If you enter multiple regular expressions
-   separated by space only lines matching all regular expressions are shown. In
-   order to match space literally, escape the space with a backslash. The
-   =filter-string= is passed to the /fast/ Emacs filtering to further narrow 
down
-   the list of matches. This is particularly useful if you are using an 
advanced
-   completion style like orderless. =consult-grep= supports preview. If the
-   =consult-project-function= returns non-nil, =consult-grep= searches the
-   current project directory. Otherwise the =default-directory= is searched. If
-   =consult-grep= is invoked with prefix argument =C-u M-s g=, you can specify 
the
-   directory manually.
- - =consult-find=, =consult-locate=: Find file by
-   matching the path against a regexp. Like for =consult-grep,= either the 
project
-   root or the current directory is the root directory for the search. The 
input
-   string is treated similarly to =consult-grep=, where the first part is 
passed
-   to find, and the second part is used for Emacs filtering.
+:properties:
+:description: Searching through the filesystem
+:end:
+#+cindex: grep
+#+cindex: find
+#+cindex: locate
+
+#+findex: consult-grep
+#+findex: consult-ripgrep
+#+findex: consult-git-grep
+#+findex: consult-find
+#+findex: consult-locate
+- =consult-grep=, =consult-ripgrep=, =consult-git-grep=: Search for regular 
expression
+  in files. Consult invokes Grep asynchronously, while you enter the search
+  term. After at least =consult-async-min-input= characters, the search gets
+  started. Consult splits the input string into two parts, if the first
+  character is a punctuation character, like =#=. For example
+  =#regexps#filter-string=, is split at the second =#=. The string =regexps= is
+  passed to Grep. Note that Consult transforms Emacs regular expressions to
+  expressions understand by the search program. Always use Emacs regular
+  expressions at the prompt. If you enter multiple regular expressions
+  separated by space only lines matching all regular expressions are shown. In
+  order to match space literally, escape the space with a backslash. The
+  =filter-string= is passed to the /fast/ Emacs filtering to further narrow 
down
+  the list of matches. This is particularly useful if you are using an advanced
+  completion style like orderless. =consult-grep= supports preview. If the
+  =consult-project-function= returns non-nil, =consult-grep= searches the
+  current project directory. Otherwise the =default-directory= is searched. If
+  =consult-grep= is invoked with prefix argument =C-u M-s g=, you can specify 
the
+  directory manually.
+- =consult-find=, =consult-locate=: Find file by matching the path against a 
regexp.
+  Like for =consult-grep,= either the project root or the current directory is 
the
+  root directory for the search. The input string is treated similarly to
+  =consult-grep=, where the first part is passed to find, and the second part 
is
+  used for Emacs filtering.
 
 ** Compilation
-   :properties:
-   :description: Jumping to references and compilation errors
-   :end:
-  #+cindex: compilation errors
-
- #+findex: consult-compile-error
- #+findex: consult-flymake
- #+findex: consult-flycheck
- #+findex: consult-xref
- - =consult-compile-error=: Jump to a compilation error. Supports live preview
-   narrowing and recursive editing.
- - =consult-flymake=: Jump to flymake diagnostic. Supports live preview and
-   recursive editing. The command supports narrowing. Press =e SPC=, =w SPC=, 
=n
-   SPC= to only show errors, warnings and notes respectively.
- - =consult-flycheck=: Jump to flycheck error, similar to =consult-flymake=.
-   This command requires the installation of the additional =consult-flycheck=
-   package since the main =consult= package only depends on Emacs core
-   components.
- - =consult-xref=: Integration with xref. This function can be set as
-   as =xref-show-xrefs-function= and =xref-show-definitions-function=.
+:properties:
+:description: Jumping to references and compilation errors
+:end:
+#+cindex: compilation errors
+
+#+findex: consult-compile-error
+#+findex: consult-flymake
+#+findex: consult-flycheck
+#+findex: consult-xref
+- =consult-compile-error=: Jump to a compilation error. Supports live preview
+  narrowing and recursive editing.
+- =consult-flymake=: Jump to flymake diagnostic. Supports live preview and
+  recursive editing. The command supports narrowing. Press =e SPC=, =w SPC=, 
=n SPC=
+  to only show errors, warnings and notes respectively.
+- =consult-flycheck=: Jump to flycheck error, similar to =consult-flymake=. 
This
+  command requires the installation of the additional =consult-flycheck= 
package
+  since the main =consult= package only depends on Emacs core components.
+- =consult-xref=: Integration with xref. This function can be set as as
+  =xref-show-xrefs-function= and =xref-show-definitions-function=.
 
 ** Histories
-   :properties:
-   :description: Navigating histories
-   :end:
- #+cindex: history
-
- #+findex: consult-complex-command
- #+findex: consult-history
- #+findex: consult-isearch-history
- - =consult-complex-command=: Select a command from the
-   =command-history=. This command is a =completing-read= version of
-   =repeat-complex-command= and is also a replacement for the =command-history=
-   command from chistory.el.
- - =consult-history=: Insert a string from the current buffer history.
-   You can invoke this command from the minibuffer. In that case 
=consult-history=
-   uses the  history stored in the =minibuffer-history-variable=.
- - =consult-isearch-history=: During an Isearch session, this command picks a
-   search string from history and continues the search with the newly selected
-   string. Outside of Isearch, the command allows you to pick a string from the
-   history and starts a new Isearch. =consult-isearch-history= acts as a 
drop-in
-   replacement for =isearch-edit-string=.
+:properties:
+:description: Navigating histories
+:end:
+#+cindex: history
+
+#+findex: consult-complex-command
+#+findex: consult-history
+#+findex: consult-isearch-history
+- =consult-complex-command=: Select a command from the
+  =command-history=. This command is a =completing-read= version of
+  =repeat-complex-command= and is also a replacement for the =command-history=
+  command from chistory.el.
+- =consult-history=: Insert a string from the current buffer history. You can
+  invoke this command from the minibuffer. In that case =consult-history= uses 
the
+  history stored in the =minibuffer-history-variable=.
+- =consult-isearch-history=: During an Isearch session, this command picks a
+  search string from history and continues the search with the newly selected
+  string. Outside of Isearch, the command allows you to pick a string from the
+  history and starts a new Isearch. =consult-isearch-history= acts as a drop-in
+  replacement for =isearch-edit-string=.
 
 ** Modes
-   :properties:
-   :description: Toggling minor modes and executing commands
-   :end:
- #+cindex: minor mode
- #+cindex: major mode
-
- #+findex: consult-minor-mode-menu
- #+findex: consult-mode-command
- - =consult-minor-mode-menu=: Enable/disable minor mode. Supports
-   narrowing to on/off/local/global modes by pressing =i/o/l/g SPC=
-   respectively.
- - =consult-mode-command=: Run a command from the currently active minor
-   or major modes. Supports narrowing to local-minor/global-minor/major
-   mode via the keys =l/g/m=.
+:properties:
+:description: Toggling minor modes and executing commands
+:end:
+#+cindex: minor mode
+#+cindex: major mode
+
+#+findex: consult-minor-mode-menu
+#+findex: consult-mode-command
+- =consult-minor-mode-menu=: Enable/disable minor mode. Supports
+  narrowing to on/off/local/global modes by pressing =i/o/l/g SPC=
+  respectively.
+- =consult-mode-command=: Run a command from the currently active minor or 
major
+  modes. Supports narrowing to local-minor/global-minor/major mode via the keys
+  =l/g/m=.
 
 ** Org Mode
-   :properties:
-   :description: Org-specific commands
-   :end:
-
- #+findex: consult-org-heading
- #+findex: consult-org-agenda
- - =consult-org-heading=: Similar to =consult-outline=, for Org
-   buffers. Supports narrowing by heading level, priority and TODO
-   state, as well as live preview and recursive editing.
- - =consult-org-agenda=: Jump to an agenda heading. Supports
-   narrowing by heading level, priority and TODO state, as well as
-   live preview and recursive editing.
+:properties:
+:description: Org-specific commands
+:end:
+
+#+findex: consult-org-heading
+#+findex: consult-org-agenda
+- =consult-org-heading=: Similar to =consult-outline=, for Org
+  buffers. Supports narrowing by heading level, priority and TODO
+  state, as well as live preview and recursive editing.
+- =consult-org-agenda=: Jump to an agenda heading. Supports
+  narrowing by heading level, priority and TODO state, as well as
+  live preview and recursive editing.
 
 ** Miscellaneous
-   :properties:
-   :description: Various other useful commands
-   :end:
-
- #+findex: consult-apropos
- #+findex: consult-file-externally
- #+findex: consult-completion-in-region
- #+findex: consult-completing-read-multiple
- #+findex: consult-theme
- #+findex: consult-man
- #+findex: consult-preview-at-point
- #+findex: consult-preview-at-point-mode
- - =consult-apropos=: Replacement for =apropos= with completion. As a better
-   alternative, you can run =embark-export= from commands like =M-x= or
-   =describe-symbol=.
- - =consult-man=: Find Unix man page, via Unix =apropos= or =man -k=.
-   =consult-man= opens the selected man page using the Emacs =man= command.
- - =consult-file-externally=: Select a file and open it externally,
-   e.g. using =xdg-open= on Linux.
- - =consult-theme=: Select a theme and disable all currently enabled
-   themes. Supports live preview of the theme while scrolling through the
-   candidates.
- - =consult-preview-at-point= and =consult-preview-at-point-mode=: Command and
-   minor mode which previews the candidate at point in the =*Completions*= 
buffer.
-   This mode is relevant if you use 
[[https://git.sr.ht/~protesilaos/mct][Mct]] or the default =*Completions*= UI.
- - =consult-completion-in-region=: In case you don't use 
[[https://github.com/minad/corfu][Corfu]] as your in-buffer
-   completion UI, this function can be set as =completion-in-region-function=.
-   Then your minibuffer completion UI (e.g., Vertico or Icomplete) will be used
-   for =completion-at-point=. Note that Selectrum provides its own function
-   similar to =consult-completion-in-region=. If you use Mct, you may want to 
use
-   the =mct-region-mode= instead.
-   #+begin_src emacs-lisp
-     ;; Use `consult-completion-in-region' if Vertico is enabled.
-     ;; Otherwise use the default `completion--in-region' function.
-     (setq completion-in-region-function
-           (lambda (&rest args)
-             (apply (if vertico-mode
-                        #'consult-completion-in-region
-                      #'completion--in-region)
-                    args)))
-   #+end_src
-   Instead of =consult-completion-in-region=, you may prefer to see the
-   completions directly in the buffer as a small popup. In that case, I
-   recommend either the [[https://github.com/minad/corfu][Corfu]] or the 
[[https://github.com/company-mode/company-mode][Company]] package. There is a 
technical
-   caveat of =consult-completion-in-region= in combination with Lsp-mode or 
Eglot.
-   The Lsp server relies on the input at point, in order to generate refined
-   candidate strings. Since the completion is transferred from the original
-   buffer to the minibuffer, the server does not receive the updated input. Lsp
-   completion should work with Corfu or Company though, which perform the
-   completion directly in the original buffer.
- - =consult-completing-read-multiple=: Enhanced drop-in replacement for
-   =completing-read-multiple= which works better for long candidates. You can
-   select/deselect multiple candidates by pressing ~RET~. Afterwards the
-   selections are confirmed by pressing ~RET~ again.
+:properties:
+:description: Various other useful commands
+:end:
+
+#+findex: consult-apropos
+#+findex: consult-file-externally
+#+findex: consult-completion-in-region
+#+findex: consult-completing-read-multiple
+#+findex: consult-theme
+#+findex: consult-man
+#+findex: consult-preview-at-point
+#+findex: consult-preview-at-point-mode
+- =consult-apropos=: Replacement for =apropos= with completion. As a better
+  alternative, you can run =embark-export= from commands like =M-x= or
+  =describe-symbol=.
+- =consult-man=: Find Unix man page, via Unix =apropos= or =man -k=. 
=consult-man= opens
+  the selected man page using the Emacs =man= command.
+- =consult-file-externally=: Select a file and open it externally, e.g. using
+  =xdg-open= on Linux.
+- =consult-theme=: Select a theme and disable all currently enabled themes.
+  Supports live preview of the theme while scrolling through the candidates.
+- =consult-preview-at-point= and =consult-preview-at-point-mode=: Command and 
minor
+  mode which previews the candidate at point in the =*Completions*= buffer. 
This
+  mode is relevant if you use [[https://git.sr.ht/~protesilaos/mct][Mct]] or 
the default =*Completions*= UI.
+- =consult-completion-in-region=: In case you don't use 
[[https://github.com/minad/corfu][Corfu]] as your in-buffer
+  completion UI, this function can be set as =completion-in-region-function=. 
Then
+  your minibuffer completion UI (e.g., Vertico or Icomplete) will be used for
+  =completion-at-point=. Note that Selectrum provides its own function similar 
to
+  =consult-completion-in-region=. If you use Mct, you may want to use the
+  =mct-region-mode= instead.
+  #+begin_src emacs-lisp
+    ;; Use `consult-completion-in-region' if Vertico is enabled.
+    ;; Otherwise use the default `completion--in-region' function.
+    (setq completion-in-region-function
+          (lambda (&rest args)
+            (apply (if vertico-mode
+                       #'consult-completion-in-region
+                     #'completion--in-region)
+                   args)))
+  #+end_src
+  Instead of =consult-completion-in-region=, you may prefer to see the
+  completions directly in the buffer as a small popup. In that case, I
+  recommend either the [[https://github.com/minad/corfu][Corfu]] or the 
[[https://github.com/company-mode/company-mode][Company]] package. There is a 
technical
+  caveat of =consult-completion-in-region= in combination with Lsp-mode or 
Eglot.
+  The Lsp server relies on the input at point, in order to generate refined
+  candidate strings. Since the completion is transferred from the original
+  buffer to the minibuffer, the server does not receive the updated input. Lsp
+  completion should work with Corfu or Company though, which perform the
+  completion directly in the original buffer.
+- =consult-completing-read-multiple=: Enhanced drop-in replacement for
+  =completing-read-multiple= which works better for long candidates. You can
+  select/deselect multiple candidates by pressing ~RET~. Afterwards the 
selections
+  are confirmed by pressing ~RET~ again.
 
 * Special features
-  :properties:
-  :description: Enhancements over built-in `completing-read'
-  :end:
-
- Consult enhances =completing-read= with live previews of candidates, 
additional
- narrowing capabilities to candidate groups and asynchronously generated
- candidate lists. The internal =consult--read= function, which is used by most
- Consult commands, is a thin wrapper around =completing-read= and provides the
- special functionality. In order to support multiple candidate sources there
- exists the high-level function =consult--multi=. The architecture of Consult
- allows it to work with different completion systems in the backend, while 
still
- offering advanced features.
+:properties:
+:description: Enhancements over built-in `completing-read'
+:end:
+
+Consult enhances =completing-read= with live previews of candidates, additional
+narrowing capabilities to candidate groups and asynchronously generated
+candidate lists. The internal =consult--read= function, which is used by most
+Consult commands, is a thin wrapper around =completing-read= and provides the
+special functionality. In order to support multiple candidate sources there
+exists the high-level function =consult--multi=. The architecture of Consult
+allows it to work with different completion systems in the backend, while still
+offering advanced features.
 
 ** Live previews
-   :properties:
-   :description: Preview the currently selected candidate
-   :custom_id: live-previews
-   :end:
- #+cindex: preview
-
- Some Consult commands support live previews. For example when you scroll
- through the items of =consult-line=, the buffer will scroll to the
- corresponding position. It is possible to jump back and forth between the
- minibuffer and the buffer to perform recursive editing while the search is
- ongoing.
-
- Consult enables previews by default. You can disable them by adjusting the
- =consult-preview-key= variable. Furthermore it is possible to specify 
keybindings
- which trigger the preview manually as shown in the 
[[#use-package-example][example configuration]]. The
- default setting of =consult-preview-key= is =any= which means that Consult 
triggers
- the preview /immediately/ on any key press when the selected candidate 
changes.
- You can configure each command individually with its own =:preview-key=. The
- following settings are possible:
-
- - Automatic and immediate ='any=
- - Automatic and delayed =(list :debounce 0.5 'any)=
- - Manual and immediate =(kbd "M-.")=
- - Manual and delayed =(list :debounce 0.5 (kbd "M-."))=
- - Disabled =nil=
-
- A safe recommendation is to leave automatic immediate previews enabled in
- general and disable the automatic preview only for commands, where the preview
- may be expensive due to file loading.
-
- #+begin_src emacs-lisp
-   (consult-customize
-    consult-ripgrep consult-git-grep consult-grep
-    consult-bookmark consult-recent-file consult-xref
-    consult--source-bookmark consult--source-recent-file
-    consult--source-project-recent-file
-    ;; :preview-key '(:debounce 0.2 any) ;; Option 1: Delay preview
-    :preview-key (kbd "M-."))            ;; Option 2: Manual preview
- #+end_src
+:properties:
+:description: Preview the currently selected candidate
+:custom_id: live-previews
+:end:
+#+cindex: preview
+
+Some Consult commands support live previews. For example when you scroll 
through
+the items of =consult-line=, the buffer will scroll to the corresponding 
position.
+It is possible to jump back and forth between the minibuffer and the buffer to
+perform recursive editing while the search is ongoing.
+
+Consult enables previews by default. You can disable them by adjusting the
+=consult-preview-key= variable. Furthermore it is possible to specify 
keybindings
+which trigger the preview manually as shown in the 
[[#use-package-example][example configuration]]. The
+default setting of =consult-preview-key= is =any= which means that Consult 
triggers
+the preview /immediately/ on any key press when the selected candidate changes.
+You can configure each command individually with its own =:preview-key=. The
+following settings are possible:
+
+- Automatic and immediate ='any=
+- Automatic and delayed =(list :debounce 0.5 'any)=
+- Manual and immediate =(kbd "M-.")=
+- Manual and delayed =(list :debounce 0.5 (kbd "M-."))=
+- Disabled =nil=
+
+A safe recommendation is to leave automatic immediate previews enabled in
+general and disable the automatic preview only for commands, where the preview
+may be expensive due to file loading.
+
+#+begin_src emacs-lisp
+  (consult-customize
+   consult-ripgrep consult-git-grep consult-grep
+   consult-bookmark consult-recent-file consult-xref
+   consult--source-bookmark consult--source-recent-file
+   consult--source-project-recent-file
+   ;; :preview-key '(:debounce 0.2 any) ;; Option 1: Delay preview
+   :preview-key (kbd "M-."))            ;; Option 2: Manual preview
+#+end_src
 
 In this case one may wonder what the difference is between using an Embark
 action on the current candidate in comparison to a manually triggered preview.
@@ -463,284 +460,279 @@ without changing the major mode. Delaying the preview 
is also useful for
 =consult-theme=, since the theme preview is slow. The delay results in a 
smoother
 UI experience.
 
- #+begin_src emacs-lisp
-   ;; Preview on any key press, but delay 0.5s
-   (consult-customize consult-theme :preview-key '(:debounce 0.5 any))
-   ;; Preview immediately on M-., on up/down after 0.5s, on any other key 
after 1s
-   (consult-customize consult-theme
-                      :preview-key
-                      (list (kbd "M-.")
-                            :debounce 0.5 (kbd "<up>") (kbd "<down>")
-                            :debounce 1 'any))
- #+end_src
+#+begin_src emacs-lisp
+  ;; Preview on any key press, but delay 0.5s
+  (consult-customize consult-theme :preview-key '(:debounce 0.5 any))
+  ;; Preview immediately on M-., on up/down after 0.5s, on any other key after 
1s
+  (consult-customize consult-theme
+                     :preview-key
+                     (list (kbd "M-.")
+                           :debounce 0.5 (kbd "<up>") (kbd "<down>")
+                           :debounce 1 'any))
+#+end_src
 
 ** Narrowing and grouping
-   :properties:
-   :description: Restricting the completion to a candidate group
-   :custom_id: narrowing-and-grouping
-   :end:
- #+cindex: narrowing
-
- Consult has special support for candidate groups. If the completion UI 
supports
- the grouping functionality, the UI separates the groups with thin lines and
- shows group titles. Grouping is useful if the list of candidates consists of
- candidates of multiple types or candidates from [[#multiple-sources][multiple 
sources]], like the
- =consult-buffer= command, which shows both buffers and recently opened files.
- Note that you can disable the group titles by setting the =:group= property of
- the corresponding command to nil using the =consult-customize= macro.
-
- By entering a narrowing prefix or by pressing a narrowing key it is possible 
to
- restrict the completion candidates to a certain candidate group. When you use
- the =consult-buffer= command, you can enter the prefix =b SPC= to restrict 
list of
- candidates to buffers only. If you press =DEL= afterwards, the full candidate
- list will be shown again. Furthermore a narrowing prefix key and a widening 
key
- can be configured which can be pressed to achieve the same effect, see the
- configuration variables =consult-narrow-key= and =consult-widen-key=.
-
- After pressing =consult-narrow-key=, the possible narrowing keys can be shown
- by pressing =C-h=. When pressing =C-h= after some prefix key, the
- =prefix-help-command= is invoked, which shows the keybinding help window by
- default. As a more compact alternative, there is the =consult-narrow-help=
- command which can be bound to a key, for example =?= or =C-h= in the
- =consult-narrow-map=, as shown in the [[#use-package-example][example 
configuration]]. If [[https://github.com/justbur/emacs-which-key][which-key]] is
- installed, the narrowing keys are automatically shown in the which-key window
- after pressing the =consult-narrow-key=.
+:properties:
+:description: Restricting the completion to a candidate group
+:custom_id: narrowing-and-grouping
+:end:
+#+cindex: narrowing
+
+Consult has special support for candidate groups. If the completion UI supports
+the grouping functionality, the UI separates the groups with thin lines and
+shows group titles. Grouping is useful if the list of candidates consists of
+candidates of multiple types or candidates from [[#multiple-sources][multiple 
sources]], like the
+=consult-buffer= command, which shows both buffers and recently opened files. 
Note
+that you can disable the group titles by setting the =:group= property of the
+corresponding command to nil using the =consult-customize= macro.
+
+By entering a narrowing prefix or by pressing a narrowing key it is possible to
+restrict the completion candidates to a certain candidate group. When you use
+the =consult-buffer= command, you can enter the prefix =b SPC= to restrict 
list of
+candidates to buffers only. If you press =DEL= afterwards, the full candidate 
list
+will be shown again. Furthermore a narrowing prefix key and a widening key can
+be configured which can be pressed to achieve the same effect, see the
+configuration variables =consult-narrow-key= and =consult-widen-key=.
+
+After pressing =consult-narrow-key=, the possible narrowing keys can be shown 
by
+pressing =C-h=. When pressing =C-h= after some prefix key, the 
=prefix-help-command=
+is invoked, which shows the keybinding help window by default. As a more 
compact
+alternative, there is the =consult-narrow-help= command which can be bound to a
+key, for example =?= or =C-h= in the =consult-narrow-map=, as shown in the 
[[#use-package-example][example
+configuration]]. If [[https://github.com/justbur/emacs-which-key][which-key]] 
is installed, the narrowing keys are automatically
+shown in the which-key window after pressing the =consult-narrow-key=.
 
 ** Asynchronous search
-   :properties:
-   :description: Filtering asynchronously generated candidate lists
-   :end:
- #+cindex: asynchronous search
-
- Consult has support for asynchronous generation of candidate lists. This
- feature is used for search commands like =consult-grep=, where the list of
- matches is generated dynamically while the user is typing a regular 
expression.
- The grep process is executed in the background. When modifying the regular
- expression, the background process is terminated and a new process is started
- with the modified regular expression.
-
- The matches, which have been found, can then be narrowed using the installed
- Emacs completion-style. This can be powerful if you are using for example the
- =orderless= completion style.
-
- This two-level filtering is possible by splitting the input string. Part of 
the
- input string is treated as input to grep and part of the input is used for
- filtering. There are multiple splitting styles available, configured in
- ~consult-async-split-styles-alist~: =nil=, =comma=, =semicolon= and =perl=. 
The default
- splitting style is configured with the variable ~consult-async-split-style~.
-
- With the =comma= and =semicolon= splitting styles, the first word before the 
comma
- or semicolon is passed to grep, the remaining string is used for filtering. 
The
- =nil= splitting style does not perform any splitting, the whole input is 
passed
- to grep.
-
- The =perl= splitting style splits the input string at a punctuation character,
- using a similar syntax as Perl regular expressions.
-
- Examples:
-
- - =#defun=: Search for "defun" using grep.
- - =#consult embark=: Search for both "consult" and "embark" using grep in any 
order.
- - =#first.*second=: Search for "first" followed by "second" using grep.
- - =#\(consult\|embark\)=: Search for "consult" or "embark" using grep. Note 
the
-   usage of Emacs-style regular expressions.
- - =#defun#consult=: Search for "defun" using grep, filter with the word
-   "consult".
- - =/defun/consult=: It is also possible to use other punctuation
-   characters.
- - =#to#=: Force searching for "to" using grep, since the grep pattern
-   must be longer than =consult-async-min-input= characters by default.
- - =#defun -- --invert-match#=: Pass argument =--invert-match= to grep.
-
- Asynchronous processes like =find= and =grep= create an error log buffer
- =_*consult-async*= (note the leading space), which is useful for
- troubleshooting. The prompt has a small indicator showing the process status:
-
- - =:= the usual prompt colon, before input is provided.
- - =*= with warning face, the process is running.
- - =:= with success face, success, process exited with an error code of zero.
- - =!= with error face, failure, process exited with a nonzero error code.
- - =;= with error face, interrupted, for example if more input is provided.
+:properties:
+:description: Filtering asynchronously generated candidate lists
+:end:
+#+cindex: asynchronous search
+
+Consult has support for asynchronous generation of candidate lists. This 
feature
+is used for search commands like =consult-grep=, where the list of matches is
+generated dynamically while the user is typing a regular expression. The grep
+process is executed in the background. When modifying the regular expression,
+the background process is terminated and a new process is started with the
+modified regular expression.
+
+The matches, which have been found, can then be narrowed using the installed
+Emacs completion-style. This can be powerful if you are using for example the
+=orderless= completion style.
+
+This two-level filtering is possible by splitting the input string. Part of the
+input string is treated as input to grep and part of the input is used for
+filtering. There are multiple splitting styles available, configured in
+~consult-async-split-styles-alist~: =nil=, =comma=, =semicolon= and =perl=. 
The default
+splitting style is configured with the variable ~consult-async-split-style~.
+
+With the =comma= and =semicolon= splitting styles, the first word before the 
comma
+or semicolon is passed to grep, the remaining string is used for filtering. The
+=nil= splitting style does not perform any splitting, the whole input is 
passed to
+grep.
+
+The =perl= splitting style splits the input string at a punctuation character,
+using a similar syntax as Perl regular expressions.
+
+Examples:
+
+- =#defun=: Search for "defun" using grep.
+- =#consult embark=: Search for both "consult" and "embark" using grep in any 
order.
+- =#first.*second=: Search for "first" followed by "second" using grep.
+- =#\(consult\|embark\)=: Search for "consult" or "embark" using grep. Note the
+  usage of Emacs-style regular expressions.
+- =#defun#consult=: Search for "defun" using grep, filter with the word
+  "consult".
+- =/defun/consult=: It is also possible to use other punctuation
+  characters.
+- =#to#=: Force searching for "to" using grep, since the grep pattern
+  must be longer than =consult-async-min-input= characters by default.
+- =#defun -- --invert-match#=: Pass argument =--invert-match= to grep.
+
+Asynchronous processes like =find= and =grep= create an error log buffer
+=_*consult-async*= (note the leading space), which is useful for
+troubleshooting. The prompt has a small indicator showing the process status:
+
+- =:= the usual prompt colon, before input is provided.
+- =*= with warning face, the process is running.
+- =:= with success face, success, process exited with an error code of zero.
+- =!= with error face, failure, process exited with a nonzero error code.
+- =;= with error face, interrupted, for example if more input is provided.
 
 ** Multiple sources
-   :properties:
-   :description: Combining candidates from different sources
-   :custom_id: multiple-sources
-   :end:
-  #+cindex: multiple sources
+:properties:
+:description: Combining candidates from different sources
+:custom_id: multiple-sources
+:end:
+#+cindex: multiple sources
 
-  Multiple synchronous candidate sources can be combined. This feature
-  is used by the =consult-buffer= command to present buffer-like candidates in 
a
-  single menu for quick access. By default =consult-buffer= includes buffers,
-  bookmarks, recent files and project-specific buffers and files. It is 
possible
-  to configure the list of sources via the =consult-buffer-sources= variable.
-  Arbitrary custom sources can be defined.
+Multiple synchronous candidate sources can be combined. This feature is used by
+the =consult-buffer= command to present buffer-like candidates in a single menu
+for quick access. By default =consult-buffer= includes buffers, bookmarks, 
recent
+files and project-specific buffers and files. It is possible to configure the
+list of sources via the =consult-buffer-sources= variable. Arbitrary custom
+sources can be defined.
 
-  As an example, the bookmark source is defined as follows:
+As an example, the bookmark source is defined as follows:
 
-  #+begin_src emacs-lisp
-  (defvar consult--source-bookmark
-    `(:name     "Bookmark"
-      :narrow   ?m
-      :category bookmark
-      :face     consult-bookmark
-      :history  bookmark-history
-      :items    ,#'bookmark-all-names
-      :action   ,#'consult--bookmark-action))
-  #+end_src
+#+begin_src emacs-lisp
+(defvar consult--source-bookmark
+  `(:name     "Bookmark"
+    :narrow   ?m
+    :category bookmark
+    :face     consult-bookmark
+    :history  bookmark-history
+    :items    ,#'bookmark-all-names
+    :action   ,#'consult--bookmark-action))
+#+end_src
 
-  Required source fields:
-  - =:category= Completion category.
-  - =:items= List of strings to select from or function returning list of 
strings.
-    A list of cons cells is not supported.
-
-  Optional source fields:
-  - =:name= Name of the source, used for narrowing, group titles and 
annotations.
-  - =:narrow= Narrowing character or =(character . string)= pair.
-  - =:preview-key= Preview key or keys which trigger preview.
-  - =:enabled= Function which must return t if the source is enabled.
-  - =:hidden= When t candidates of this source are hidden by default.
-  - =:face= Face used for highlighting the candidates.
-  - =:annotate= Annotation function called for each candidate, returns string.
-  - =:history= Name of history variable to add selected candidate.
-  - =:default= Must be t if the first item of the source is the default value.
-  - =:action= Action function called with the selected candidate.
-  - =:state= State constructor for the source, must return the state function.
-  - Other source fields can be added specifically to the use case.
-
-  The =:state= and =:action= fields of the sources deserve a longer 
explanation. The
-  =:action= function takes a single argument and is only called after selection
-  with the selected candidate, if the selection has not been aborted. This
-  functionality is provided for convenience and easy definition of sources. The
-  =:state= field is more general. The =:state= function is a constructor 
function
-  without arguments, which can perform some setup necessary for the preview. It
-  must return a closure which takes an ACTION and a CANDIDATE argument. See the
-  docstring of =consult--with-preview= for more details about the ACTION 
argument.
-
-  By default, =consult-buffer= previews buffers, bookmarks and files. Loading
-  recent files, bookmarks or views can result in expensive operations. However
-  it is possible to configure a manual preview as follows.
+Required source fields:
+- =:category= Completion category.
+- =:items= List of strings to select from or function returning list of 
strings.
+  A list of cons cells is not supported.
+
+Optional source fields:
+- =:name= Name of the source, used for narrowing, group titles and annotations.
+- =:narrow= Narrowing character or =(character . string)= pair.
+- =:preview-key= Preview key or keys which trigger preview.
+- =:enabled= Function which must return t if the source is enabled.
+- =:hidden= When t candidates of this source are hidden by default.
+- =:face= Face used for highlighting the candidates.
+- =:annotate= Annotation function called for each candidate, returns string.
+- =:history= Name of history variable to add selected candidate.
+- =:default= Must be t if the first item of the source is the default value.
+- =:action= Action function called with the selected candidate.
+- =:state= State constructor for the source, must return the state function.
+- Other source fields can be added specifically to the use case.
+
+The =:state= and =:action= fields of the sources deserve a longer explanation. 
The
+=:action= function takes a single argument and is only called after selection 
with
+the selected candidate, if the selection has not been aborted. This
+functionality is provided for convenience and easy definition of sources. The
+=:state= field is more general. The =:state= function is a constructor function
+without arguments, which can perform some setup necessary for the preview. It
+must return a closure which takes an ACTION and a CANDIDATE argument. See the
+docstring of =consult--with-preview= for more details about the ACTION 
argument.
+
+By default, =consult-buffer= previews buffers, bookmarks and files. Loading 
recent
+files, bookmarks or views can result in expensive operations. However it is
+possible to configure a manual preview as follows.
 
-  #+begin_src emacs-lisp
-    (consult-customize
-     consult--source-bookmark consult--source-recent-file
-     consult--source-project-recent-file :preview-key (kbd "M-."))
-  #+end_src
+#+begin_src emacs-lisp
+  (consult-customize
+   consult--source-bookmark consult--source-recent-file
+   consult--source-project-recent-file :preview-key (kbd "M-."))
+#+end_src
 
-  Sources can be added directly to the =consult-buffer-source= list for
-  convenience. For example views can be added to the list of virtual buffers
-  from a library like https://github.com/minad/bookmark-view/.
+Sources can be added directly to the =consult-buffer-source= list for
+convenience. For example views can be added to the list of virtual buffers
+from a library like https://github.com/minad/bookmark-view/.
 
-  #+begin_src emacs-lisp
-  ;; Configure new bookmark-view source
-  (add-to-list 'consult-buffer-sources
-                (list :name     "View"
-                      :narrow   ?v
-                      :category 'bookmark
-                      :face     'font-lock-keyword-face
-                      :history  'bookmark-view-history
-                      :action   #'consult--bookmark-action
-                      :items    #'bookmark-view-names)
-                'append)
-
-  ;; Modify bookmark source, such that views are hidden
-  (setq consult--source-bookmark
-        (plist-put
-         consult--source-bookmark :items
-         (lambda ()
-           (bookmark-maybe-load-default-file)
-           (mapcar #'car
-                   (seq-remove (lambda (x)
-                                 (eq #'bookmark-view-handler
-                                     (alist-get 'handler (cdr x))))
-                               bookmark-alist)))))
-  #+end_src
+#+begin_src emacs-lisp
+;; Configure new bookmark-view source
+(add-to-list 'consult-buffer-sources
+              (list :name     "View"
+                    :narrow   ?v
+                    :category 'bookmark
+                    :face     'font-lock-keyword-face
+                    :history  'bookmark-view-history
+                    :action   #'consult--bookmark-action
+                    :items    #'bookmark-view-names)
+              'append)
+
+;; Modify bookmark source, such that views are hidden
+(setq consult--source-bookmark
+      (plist-put
+       consult--source-bookmark :items
+       (lambda ()
+         (bookmark-maybe-load-default-file)
+         (mapcar #'car
+                 (seq-remove (lambda (x)
+                               (eq #'bookmark-view-handler
+                                   (alist-get 'handler (cdr x))))
+                             bookmark-alist)))))
+#+end_src
 
-  Other useful sources allow the creation of terminal and eshell
-  buffers if they do not exist yet.
+Other useful sources allow the creation of terminal and eshell
+buffers if they do not exist yet.
 
-  #+begin_src emacs-lisp
-  (defun mode-buffer-exists-p (mode)
-    (seq-some (lambda (buf)
-                (provided-mode-derived-p
-                 (buffer-local-value 'major-mode buf)
-                 mode))
-              (buffer-list)))
-
-  (defvar eshell-source
-    `(:category 'consult-new
-      :face     'font-lock-constant-face
-      :action   ,(lambda (_) (eshell))
-      :items
-      ,(lambda ()
-         (unless (mode-buffer-exists-p 'eshell-mode)
-           '("*eshell* (new)")))))
-
-  (defvar term-source
-    `(:category 'consult-new
-      :face     'font-lock-constant-face
-      :action
-      ,(lambda (_)
-         (ansi-term (or (getenv "SHELL") "/bin/sh")))
-      :items
-      ,(lambda ()
-         (unless (mode-buffer-exists-p 'term-mode)
-           '("*ansi-term* (new)")))))
-
-  (add-to-list 'consult-buffer-sources 'eshell-source 'append)
-  (add-to-list 'consult-buffer-sources 'term-source 'append)
-  #+end_src
+#+begin_src emacs-lisp
+(defun mode-buffer-exists-p (mode)
+  (seq-some (lambda (buf)
+              (provided-mode-derived-p
+               (buffer-local-value 'major-mode buf)
+               mode))
+            (buffer-list)))
+
+(defvar eshell-source
+  `(:category 'consult-new
+    :face     'font-lock-constant-face
+    :action   ,(lambda (_) (eshell))
+    :items
+    ,(lambda ()
+       (unless (mode-buffer-exists-p 'eshell-mode)
+         '("*eshell* (new)")))))
+
+(defvar term-source
+  `(:category 'consult-new
+    :face     'font-lock-constant-face
+    :action
+    ,(lambda (_)
+       (ansi-term (or (getenv "SHELL") "/bin/sh")))
+    :items
+    ,(lambda ()
+       (unless (mode-buffer-exists-p 'term-mode)
+         '("*ansi-term* (new)")))))
+
+(add-to-list 'consult-buffer-sources 'eshell-source 'append)
+(add-to-list 'consult-buffer-sources 'term-source 'append)
+#+end_src
 
-  For more details, see the documentation of =consult-buffer= and of the
-  internal =consult--multi= API. The =consult--multi= function can be used to
-  create new multi-source commands, but is part of the internal API as of now,
-  since some details may still change.
+For more details, see the documentation of =consult-buffer= and of the
+internal =consult--multi= API. The =consult--multi= function can be used to
+create new multi-source commands, but is part of the internal API as of now,
+since some details may still change.
 
 ** Embark integration
-   :properties:
-   :description: Actions, Grep/Occur-buffer export
-   :custom_id: embark-integration
-   :end:
- #+cindex: embark
-
- *NOTE*: Install the =embark-consult= package from MELPA, which provides
- Consult-specific Embark actions and the Occur buffer export.
-
- Embark is a versatile package which offers context dependent actions,
- comparable to a context menu. See the 
[[https://github.com/oantolin/embark][Embark manual]] for an extensive
- description of its capabilities.
-
- Actions are commands which can operate on the currently selected candidate (or
- target in Embark terminology). When completing files, for example the
- =delete-file= command is offered. With Embark you can execute arbitrary 
commands
- on the currently selected candidate via =M-x=.
-
- Furthermore Embark provides the =embark-collect= command, which collects
- candidates and presents them in an Embark collect buffer, where further 
actions
- can be applied to them. A related feature is the =embark-export= command, 
which
- exports candidate lists to a buffer of a special type. For example in the case
- of file completion, a Dired buffer is opened.
-
- In the context of Consult, particularly exciting is the possibility to export
- the matching lines from =consult-line=, =consult-outline=, =consult-mark= and
- =consult-global-mark=. The matching lines are exported to an Occur buffer 
where
- they can be edited via the =occur-edit-mode= (press key =e=). Similarly,
- Embark supports exporting the matches found by =consult-grep=,
- =consult-ripgrep= and =consult-git-grep= to a Grep buffer, where the matches
- across files can be edited, if the 
[[https://github.com/mhayashi1120/Emacs-wgrep][wgrep]] package is installed. 
These three
- workflows are symmetric.
-
- + =consult-line= -> =embark-export= to =occur-mode= buffer
-   -> =occur-edit-mode= for editing of matches in buffer.
- + =consult-grep= -> =embark-export= to =grep-mode= buffer
-   -> =wgrep= for editing of all matches.
- + =consult-find= -> =embark-export= to =dired-mode= buffer
-   -> =wdired-change-to-wdired-mode= for editing.
+:properties:
+:description: Actions, Grep/Occur-buffer export
+:custom_id: embark-integration
+:end:
+#+cindex: embark
+
+*NOTE*: Install the =embark-consult= package from MELPA, which provides
+Consult-specific Embark actions and the Occur buffer export.
+
+Embark is a versatile package which offers context dependent actions, 
comparable
+to a context menu. See the [[https://github.com/oantolin/embark][Embark 
manual]] for an extensive description of its
+capabilities.
+
+Actions are commands which can operate on the currently selected candidate (or
+target in Embark terminology). When completing files, for example the
+=delete-file= command is offered. With Embark you can execute arbitrary 
commands
+on the currently selected candidate via =M-x=.
+
+Furthermore Embark provides the =embark-collect= command, which collects
+candidates and presents them in an Embark collect buffer, where further actions
+can be applied to them. A related feature is the =embark-export= command, which
+exports candidate lists to a buffer of a special type. For example in the case
+of file completion, a Dired buffer is opened.
+
+In the context of Consult, particularly exciting is the possibility to export
+the matching lines from =consult-line=, =consult-outline=, =consult-mark= and
+=consult-global-mark=. The matching lines are exported to an Occur buffer where
+they can be edited via the =occur-edit-mode= (press key =e=). Similarly, Embark
+supports exporting the matches found by =consult-grep=, =consult-ripgrep= and
+=consult-git-grep= to a Grep buffer, where the matches across files can be 
edited,
+if the [[https://github.com/mhayashi1120/Emacs-wgrep][wgrep]] package is 
installed. These three workflows are symmetric.
+
++ =consult-line= -> =embark-export= to =occur-mode= buffer -> 
=occur-edit-mode= for editing of matches in buffer.
++ =consult-grep= -> =embark-export= to =grep-mode= buffer -> =wgrep= for 
editing of all matches.
++ =consult-find= -> =embark-export= to =dired-mode= buffer -> 
=wdired-change-to-wdired-mode= for editing.
 
 * Configuration
-  :properties:
-  :description: Example configuration and customization variables
-  :end:
+:properties:
+:description: Example configuration and customization variables
+:end:
 
 Consult can be installed from 
[[http://elpa.gnu.org/packages/consult.html][ELPA]] or 
[[https://melpa.org/#/consult][MELPA]] via the Emacs built-in package
 manager. Alternatively it can be directly installed from the development
@@ -754,11 +746,11 @@ configuration. Consult relies on lambdas and lexical 
closures. For this reason
 many Consult-related snippets require lexical binding.
 
 ** Use-package example
- :properties:
- :description: Configuration example based on use-package
- :custom_id: use-package-example
- :end:
- #+cindex: use-package
+:properties:
+:description: Configuration example based on use-package
+:custom_id: use-package-example
+:end:
+#+cindex: use-package
 
 The Consult package only provides commands and does not add any keybindings or
 modes. Therefore the package is non-intrusive but requires a little setup
@@ -771,253 +763,253 @@ convenient tool to manage package configurations.
 *NOTE:* There is the [[https://github.com/minad/consult/wiki][Consult wiki]], 
where you can contribute additional
 configuration examples.
 
- #+begin_src emacs-lisp
-   ;; Example configuration for Consult
-   (use-package consult
-     ;; Replace bindings. Lazily loaded due by `use-package'.
-     :bind (;; C-c bindings (mode-specific-map)
-            ("C-c h" . consult-history)
-            ("C-c m" . consult-mode-command)
-            ("C-c k" . consult-kmacro)
-            ;; C-x bindings (ctl-x-map)
-            ("C-x M-:" . consult-complex-command)     ;; orig. 
repeat-complex-command
-            ("C-x b" . consult-buffer)                ;; orig. switch-to-buffer
-            ("C-x 4 b" . consult-buffer-other-window) ;; orig. 
switch-to-buffer-other-window
-            ("C-x 5 b" . consult-buffer-other-frame)  ;; orig. 
switch-to-buffer-other-frame
-            ("C-x r b" . consult-bookmark)            ;; orig. bookmark-jump
-            ("C-x p b" . consult-project-buffer)      ;; orig. 
project-switch-to-buffer
-            ;; Custom M-# bindings for fast register access
-            ("M-#" . consult-register-load)
-            ("M-'" . consult-register-store)          ;; orig. 
abbrev-prefix-mark (unrelated)
-            ("C-M-#" . consult-register)
-            ;; Other custom bindings
-            ("M-y" . consult-yank-pop)                ;; orig. yank-pop
-            ("<help> a" . consult-apropos)            ;; orig. apropos-command
-            ;; M-g bindings (goto-map)
-            ("M-g e" . consult-compile-error)
-            ("M-g f" . consult-flymake)               ;; Alternative: 
consult-flycheck
-            ("M-g g" . consult-goto-line)             ;; orig. goto-line
-            ("M-g M-g" . consult-goto-line)           ;; orig. goto-line
-            ("M-g o" . consult-outline)               ;; Alternative: 
consult-org-heading
-            ("M-g m" . consult-mark)
-            ("M-g k" . consult-global-mark)
-            ("M-g i" . consult-imenu)
-            ("M-g I" . consult-imenu-multi)
-            ;; M-s bindings (search-map)
-            ("M-s d" . consult-find)
-            ("M-s D" . consult-locate)
-            ("M-s g" . consult-grep)
-            ("M-s G" . consult-git-grep)
-            ("M-s r" . consult-ripgrep)
-            ("M-s l" . consult-line)
-            ("M-s L" . consult-line-multi)
-            ("M-s m" . consult-multi-occur)
-            ("M-s k" . consult-keep-lines)
-            ("M-s u" . consult-focus-lines)
-            ;; Isearch integration
-            ("M-s e" . consult-isearch-history)
-            :map isearch-mode-map
-            ("M-e" . consult-isearch-history)         ;; orig. 
isearch-edit-string
-            ("M-s e" . consult-isearch-history)       ;; orig. 
isearch-edit-string
-            ("M-s l" . consult-line)                  ;; needed by 
consult-line to detect isearch
-            ("M-s L" . consult-line-multi)            ;; needed by 
consult-line to detect isearch
-            ;; Minibuffer history
-            :map minibuffer-local-map
-            ("M-s" . consult-history)                 ;; orig. 
next-matching-history-element
-            ("M-r" . consult-history))                ;; orig. 
previous-matching-history-element
-
-     ;; Enable automatic preview at point in the *Completions* buffer. This is
-     ;; relevant when you use the default completion UI.
-     :hook (completion-list-mode . consult-preview-at-point-mode)
-
-     ;; The :init configuration is always executed (Not lazy)
-     :init
-
-     ;; Optionally configure the register formatting. This improves the 
register
-     ;; preview for `consult-register', `consult-register-load',
-     ;; `consult-register-store' and the Emacs built-ins.
-     (setq register-preview-delay 0.5
-           register-preview-function #'consult-register-format)
-
-     ;; Optionally tweak the register preview window.
-     ;; This adds thin lines, sorting and hides the mode line of the window.
-     (advice-add #'register-preview :override #'consult-register-window)
-
-     ;; Optionally replace `completing-read-multiple' with an enhanced version.
-     (advice-add #'completing-read-multiple :override 
#'consult-completing-read-multiple)
-
-     ;; Use Consult to select xref locations with preview
-     (setq xref-show-xrefs-function #'consult-xref
-           xref-show-definitions-function #'consult-xref)
-
-     ;; Configure other variables and modes in the :config section,
-     ;; after lazily loading the package.
-     :config
-
-     ;; Optionally configure preview. The default value
-     ;; is 'any, such that any key triggers the preview.
-     ;; (setq consult-preview-key 'any)
-     ;; (setq consult-preview-key (kbd "M-."))
-     ;; (setq consult-preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
-     ;; For some commands and buffer sources it is useful to configure the
-     ;; :preview-key on a per-command basis using the `consult-customize' 
macro.
-     (consult-customize
-      consult-theme
-      :preview-key '(:debounce 0.2 any)
-      consult-ripgrep consult-git-grep consult-grep
-      consult-bookmark consult-recent-file consult-xref
-      consult--source-bookmark consult--source-recent-file
-      consult--source-project-recent-file
-      :preview-key (kbd "M-."))
-
-     ;; Optionally configure the narrowing key.
-     ;; Both < and C-+ work reasonably well.
-     (setq consult-narrow-key "<") ;; (kbd "C-+")
-
-     ;; Optionally make narrowing help available in the minibuffer.
-     ;; You may want to use `embark-prefix-help-command' or which-key instead.
-     ;; (define-key consult-narrow-map (vconcat consult-narrow-key "?") 
#'consult-narrow-help)
-
-     ;; By default `consult-project-function' uses `project-root' from 
project.el.
-     ;; Optionally configure a different project root function.
-     ;; There are multiple reasonable alternatives to chose from.
-     ;;;; 1. project.el (the default)
-     ;; (setq consult-project-function #'consult--default-project--function)
-     ;;;; 2. projectile.el (projectile-project-root)
-     ;; (autoload 'projectile-project-root "projectile")
-     ;; (setq consult-project-function (lambda (_) (projectile-project-root)))
-     ;;;; 3. vc.el (vc-root-dir)
-     ;; (setq consult-project-function (lambda (_) (vc-root-dir)))
-     ;;;; 4. locate-dominating-file
-     ;; (setq consult-project-function (lambda (_) (locate-dominating-file "." 
".git")))
-   )
- #+end_src
+#+begin_src emacs-lisp
+  ;; Example configuration for Consult
+  (use-package consult
+    ;; Replace bindings. Lazily loaded due by `use-package'.
+    :bind (;; C-c bindings (mode-specific-map)
+           ("C-c h" . consult-history)
+           ("C-c m" . consult-mode-command)
+           ("C-c k" . consult-kmacro)
+           ;; C-x bindings (ctl-x-map)
+           ("C-x M-:" . consult-complex-command)     ;; orig. 
repeat-complex-command
+           ("C-x b" . consult-buffer)                ;; orig. switch-to-buffer
+           ("C-x 4 b" . consult-buffer-other-window) ;; orig. 
switch-to-buffer-other-window
+           ("C-x 5 b" . consult-buffer-other-frame)  ;; orig. 
switch-to-buffer-other-frame
+           ("C-x r b" . consult-bookmark)            ;; orig. bookmark-jump
+           ("C-x p b" . consult-project-buffer)      ;; orig. 
project-switch-to-buffer
+           ;; Custom M-# bindings for fast register access
+           ("M-#" . consult-register-load)
+           ("M-'" . consult-register-store)          ;; orig. 
abbrev-prefix-mark (unrelated)
+           ("C-M-#" . consult-register)
+           ;; Other custom bindings
+           ("M-y" . consult-yank-pop)                ;; orig. yank-pop
+           ("<help> a" . consult-apropos)            ;; orig. apropos-command
+           ;; M-g bindings (goto-map)
+           ("M-g e" . consult-compile-error)
+           ("M-g f" . consult-flymake)               ;; Alternative: 
consult-flycheck
+           ("M-g g" . consult-goto-line)             ;; orig. goto-line
+           ("M-g M-g" . consult-goto-line)           ;; orig. goto-line
+           ("M-g o" . consult-outline)               ;; Alternative: 
consult-org-heading
+           ("M-g m" . consult-mark)
+           ("M-g k" . consult-global-mark)
+           ("M-g i" . consult-imenu)
+           ("M-g I" . consult-imenu-multi)
+           ;; M-s bindings (search-map)
+           ("M-s d" . consult-find)
+           ("M-s D" . consult-locate)
+           ("M-s g" . consult-grep)
+           ("M-s G" . consult-git-grep)
+           ("M-s r" . consult-ripgrep)
+           ("M-s l" . consult-line)
+           ("M-s L" . consult-line-multi)
+           ("M-s m" . consult-multi-occur)
+           ("M-s k" . consult-keep-lines)
+           ("M-s u" . consult-focus-lines)
+           ;; Isearch integration
+           ("M-s e" . consult-isearch-history)
+           :map isearch-mode-map
+           ("M-e" . consult-isearch-history)         ;; orig. 
isearch-edit-string
+           ("M-s e" . consult-isearch-history)       ;; orig. 
isearch-edit-string
+           ("M-s l" . consult-line)                  ;; needed by consult-line 
to detect isearch
+           ("M-s L" . consult-line-multi)            ;; needed by consult-line 
to detect isearch
+           ;; Minibuffer history
+           :map minibuffer-local-map
+           ("M-s" . consult-history)                 ;; orig. 
next-matching-history-element
+           ("M-r" . consult-history))                ;; orig. 
previous-matching-history-element
+
+    ;; Enable automatic preview at point in the *Completions* buffer. This is
+    ;; relevant when you use the default completion UI.
+    :hook (completion-list-mode . consult-preview-at-point-mode)
+
+    ;; The :init configuration is always executed (Not lazy)
+    :init
+
+    ;; Optionally configure the register formatting. This improves the register
+    ;; preview for `consult-register', `consult-register-load',
+    ;; `consult-register-store' and the Emacs built-ins.
+    (setq register-preview-delay 0.5
+          register-preview-function #'consult-register-format)
+
+    ;; Optionally tweak the register preview window.
+    ;; This adds thin lines, sorting and hides the mode line of the window.
+    (advice-add #'register-preview :override #'consult-register-window)
+
+    ;; Optionally replace `completing-read-multiple' with an enhanced version.
+    (advice-add #'completing-read-multiple :override 
#'consult-completing-read-multiple)
+
+    ;; Use Consult to select xref locations with preview
+    (setq xref-show-xrefs-function #'consult-xref
+          xref-show-definitions-function #'consult-xref)
+
+    ;; Configure other variables and modes in the :config section,
+    ;; after lazily loading the package.
+    :config
+
+    ;; Optionally configure preview. The default value
+    ;; is 'any, such that any key triggers the preview.
+    ;; (setq consult-preview-key 'any)
+    ;; (setq consult-preview-key (kbd "M-."))
+    ;; (setq consult-preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
+    ;; For some commands and buffer sources it is useful to configure the
+    ;; :preview-key on a per-command basis using the `consult-customize' macro.
+    (consult-customize
+     consult-theme
+     :preview-key '(:debounce 0.2 any)
+     consult-ripgrep consult-git-grep consult-grep
+     consult-bookmark consult-recent-file consult-xref
+     consult--source-bookmark consult--source-recent-file
+     consult--source-project-recent-file
+     :preview-key (kbd "M-."))
+
+    ;; Optionally configure the narrowing key.
+    ;; Both < and C-+ work reasonably well.
+    (setq consult-narrow-key "<") ;; (kbd "C-+")
+
+    ;; Optionally make narrowing help available in the minibuffer.
+    ;; You may want to use `embark-prefix-help-command' or which-key instead.
+    ;; (define-key consult-narrow-map (vconcat consult-narrow-key "?") 
#'consult-narrow-help)
+
+    ;; By default `consult-project-function' uses `project-root' from 
project.el.
+    ;; Optionally configure a different project root function.
+    ;; There are multiple reasonable alternatives to chose from.
+    ;;;; 1. project.el (the default)
+    ;; (setq consult-project-function #'consult--default-project--function)
+    ;;;; 2. projectile.el (projectile-project-root)
+    ;; (autoload 'projectile-project-root "projectile")
+    ;; (setq consult-project-function (lambda (_) (projectile-project-root)))
+    ;;;; 3. vc.el (vc-root-dir)
+    ;; (setq consult-project-function (lambda (_) (vc-root-dir)))
+    ;;;; 4. locate-dominating-file
+    ;; (setq consult-project-function (lambda (_) (locate-dominating-file "." 
".git")))
+  )
+#+end_src
 
 ** Custom variables
- :properties:
- :description: Short description of all customization settings
- :end:
- #+cindex: customization
-
- *TIP:* If you have [[https://github.com/minad/marginalia][Marginalia]] 
installed, type =M-x customize-variable RET
- ^consult= to see all Consult-specific customizable variables with their 
current
- values and abbreviated description. Alternatively, type =C-h a ^consult= to 
get
- an overview of all Consult variables and functions with their descriptions.
-
- | Variable                         | Description                              
             |
- 
|----------------------------------+-------------------------------------------------------|
- | consult-after-jump-hook          | Functions to call after jumping to a 
location         |
- | consult-async-input-debounce     | Input debounce for asynchronous commands 
             |
- | consult-async-input-throttle     | Input throttle for asynchronous commands 
             |
- | consult-async-min-input          | Minimum numbers of letters needed for 
async process   |
- | consult-async-refresh-delay      | Refresh delay for asynchronous commands  
             |
- | consult-async-split-style        | Splitting style used for async commands  
             |
- | consult-async-split-styles-alist | Available splitting styles used for 
async commands    |
- | consult-bookmark-narrow          | Narrowing configuration for 
=consult-bookmark=          |
- | consult-buffer-filter            | Filter for =consult-buffer=              
               |
- | consult-buffer-sources           | List of virtual buffer sources           
             |
- | consult-crm-prefix               | Prefix string for CRM candidates         
             |
- | consult-find-args                | Command line arguments for find          
             |
- | consult-fontify-max-size         | Buffers larger than this limit are not 
fontified      |
- | consult-fontify-preserve         | Preserve fontification for line-based 
commands.       |
- | consult-git-grep-args            | Command line arguments for git-grep      
             |
- | consult-goto-line-numbers        | Show line numbers for 
=consult-goto-line=               |
- | consult-grep-max-columns         | Maximal number of columns of the 
matching lines       |
- | consult-grep-args                | Command line arguments for grep          
             |
- | consult-imenu-config             | Mode-specific configuration for 
=consult-imenu=         |
- | consult-line-numbers-widen       | Show absolute line numbers when 
narrowing is active.  |
- | consult-line-point-placement     | Placement of the point used by 
=consult-line=           |
- | consult-line-start-from-top      | Start the =consult-line= search from the 
top            |
- | consult-locate-args              | Command line arguments for locate        
             |
- | consult-man-args                 | Command line arguments for man           
             |
- | consult-mode-command-filter      | Filter for =consult-mode-command=        
               |
- | consult-mode-histories           | Mode-specific history variables          
             |
- | consult-narrow-key               | Narrowing prefix key during completion   
             |
- | consult-preview-key              | Keys which triggers preview              
             |
- | consult-preview-allowed-hooks    | List of =find-file= hooks to enable 
during preview      |
- | consult-preview-max-count        | Maximum number of files to keep open 
during preview   |
- | consult-preview-max-size         | Files larger than this size are not 
previewed         |
- | consult-preview-raw-size         | Files larger than this size are 
previewed in raw form |
- | consult-preview-variables        | Alist of variables to bind during 
preview             |
- | consult-project-buffer-sources   | List of virtual project buffer sources   
             |
- | consult-project-function         | Function which returns current project 
root           |
- | consult-recent-file-filter       | Filter for =consult-recent-file=         
               |
- | consult-register-prefix          | Prefix string for register keys during 
completion     |
- | consult-ripgrep-args             | Command line arguments for ripgrep       
             |
- | consult-themes                   | List of themes to be presented for 
selection          |
- | consult-widen-key                | Widening key during completion           
             |
+:properties:
+:description: Short description of all customization settings
+:end:
+#+cindex: customization
+
+*TIP:* If you have [[https://github.com/minad/marginalia][Marginalia]] 
installed, type =M-x customize-variable RET
+^consult= to see all Consult-specific customizable variables with their current
+values and abbreviated description. Alternatively, type =C-h a ^consult= to get
+an overview of all Consult variables and functions with their descriptions.
+
+| Variable                         | Description                               
            |
+|----------------------------------+-------------------------------------------------------|
+| consult-after-jump-hook          | Functions to call after jumping to a 
location         |
+| consult-async-input-debounce     | Input debounce for asynchronous commands  
            |
+| consult-async-input-throttle     | Input throttle for asynchronous commands  
            |
+| consult-async-min-input          | Minimum numbers of letters needed for 
async process   |
+| consult-async-refresh-delay      | Refresh delay for asynchronous commands   
            |
+| consult-async-split-style        | Splitting style used for async commands   
            |
+| consult-async-split-styles-alist | Available splitting styles used for async 
commands    |
+| consult-bookmark-narrow          | Narrowing configuration for 
=consult-bookmark=          |
+| consult-buffer-filter            | Filter for =consult-buffer=               
              |
+| consult-buffer-sources           | List of virtual buffer sources            
            |
+| consult-crm-prefix               | Prefix string for CRM candidates          
            |
+| consult-find-args                | Command line arguments for find           
            |
+| consult-fontify-max-size         | Buffers larger than this limit are not 
fontified      |
+| consult-fontify-preserve         | Preserve fontification for line-based 
commands.       |
+| consult-git-grep-args            | Command line arguments for git-grep       
            |
+| consult-goto-line-numbers        | Show line numbers for =consult-goto-line= 
              |
+| consult-grep-max-columns         | Maximal number of columns of the matching 
lines       |
+| consult-grep-args                | Command line arguments for grep           
            |
+| consult-imenu-config             | Mode-specific configuration for 
=consult-imenu=         |
+| consult-line-numbers-widen       | Show absolute line numbers when narrowing 
is active.  |
+| consult-line-point-placement     | Placement of the point used by 
=consult-line=           |
+| consult-line-start-from-top      | Start the =consult-line= search from the 
top            |
+| consult-locate-args              | Command line arguments for locate         
            |
+| consult-man-args                 | Command line arguments for man            
            |
+| consult-mode-command-filter      | Filter for =consult-mode-command=         
              |
+| consult-mode-histories           | Mode-specific history variables           
            |
+| consult-narrow-key               | Narrowing prefix key during completion    
            |
+| consult-preview-key              | Keys which triggers preview               
            |
+| consult-preview-allowed-hooks    | List of =find-file= hooks to enable 
during preview      |
+| consult-preview-max-count        | Maximum number of files to keep open 
during preview   |
+| consult-preview-max-size         | Files larger than this size are not 
previewed         |
+| consult-preview-raw-size         | Files larger than this size are previewed 
in raw form |
+| consult-preview-variables        | Alist of variables to bind during preview 
            |
+| consult-project-buffer-sources   | List of virtual project buffer sources    
            |
+| consult-project-function         | Function which returns current project 
root           |
+| consult-recent-file-filter       | Filter for =consult-recent-file=          
              |
+| consult-register-prefix          | Prefix string for register keys during 
completion     |
+| consult-ripgrep-args             | Command line arguments for ripgrep        
            |
+| consult-themes                   | List of themes to be presented for 
selection          |
+| consult-widen-key                | Widening key during completion            
            |
 
 ** Fine-tuning of individual commands
- :properties:
- :alt_title: Fine-tuning
- :description: Fine-grained configuration for special requirements
- :end:
-
- *NOTE:* Consult supports fine-grained customization of individual commands. 
This
- configuration feature exists for experienced users with special requirements.
- There is the [[https://github.com/minad/consult/wiki][Consult wiki]], where 
we collect further configuration examples.
-
- Commands and buffer sources allow flexible, individual customization by using
- the =consult-customize= macro. You can override any option passed to the 
internal
- =consult--read= API. The [[https://github.com/minad/consult/wiki][Consult 
wiki]] already contains a numerous useful
- configuration examples. Note that since =consult--read= is part of the 
internal
- API, options could be removed, replaced or renamed in future versions of the
- package.
-
- Useful options are:
- - =:prompt= set the prompt string
- - =:preview-key= set the preview key, default is =consult-preview-key=
- - =:initial= set the initial input
- - =:default= set the default value
- - =:history= set the history variable symbol
- - =:add-history= add items to the future history, for example symbol at point
- - =:sort= enable or disable sorting
- - =:group= set to nil to disable candidate grouping and titles.
- - =:inherit-input-method= set to non-nil to inherit the input method.
-
- #+begin_src emacs-lisp
-   (consult-customize
-    ;; Disable preview for `consult-theme' completely.
-    consult-theme :preview-key nil
-    ;; Set preview for `consult-buffer' to key `M-.'
-    consult-buffer :preview-key (kbd "M-.")
-    ;; For `consult-line' change the prompt and specify multiple preview
-    ;; keybindings. Note that you should bind <S-up> and <S-down> in the
-    ;; `minibuffer-local-completion-map' or `vertico-map' to the commands which
-    ;; select the previous or next candidate.
-    consult-line :prompt "Search: "
-    :preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
- #+end_src
-
- The configuration values are evaluated at runtime, just before the completion
- session is started. Therefore you can use for example =thing-at-point= to 
adjust
- the initial input or the future hitory.
-
- #+begin_src emacs-lisp
-   (consult-customize
-    consult-line
-    :add-history (seq-some #'thing-at-point '(region symbol)))
-
-   (defalias 'consult-line-thing-at-point 'consult-line)
-
-   (consult-customize
-    consult-line-thing-at-point
-    :initial (thing-at-point 'symbol))
- #+end_src
-
- Generally it is possible to modify commands for your individual needs by the
- following techniques:
-
- 1. Use =consult-customize= in order to change the command or source settings.
- 2. Create your own wrapper function which passes modified arguments to the 
Consult functions.
- 3. Create your own buffer [[#multiple-sources][multi sources]] for 
=consult-buffer=.
- 4. Create advices to modify some internal behavior.
- 5. Write or propose a patch.
+:properties:
+:alt_title: Fine-tuning
+:description: Fine-grained configuration for special requirements
+:end:
+
+*NOTE:* Consult supports fine-grained customization of individual commands. 
This
+configuration feature exists for experienced users with special requirements.
+There is the [[https://github.com/minad/consult/wiki][Consult wiki]], where we 
collect further configuration examples.
+
+Commands and buffer sources allow flexible, individual customization by using
+the =consult-customize= macro. You can override any option passed to the 
internal
+=consult--read= API. The [[https://github.com/minad/consult/wiki][Consult 
wiki]] already contains a numerous useful
+configuration examples. Note that since =consult--read= is part of the internal
+API, options could be removed, replaced or renamed in future versions of the
+package.
+
+Useful options are:
+- =:prompt= set the prompt string
+- =:preview-key= set the preview key, default is =consult-preview-key=
+- =:initial= set the initial input
+- =:default= set the default value
+- =:history= set the history variable symbol
+- =:add-history= add items to the future history, for example symbol at point
+- =:sort= enable or disable sorting
+- =:group= set to nil to disable candidate grouping and titles.
+- =:inherit-input-method= set to non-nil to inherit the input method.
+
+#+begin_src emacs-lisp
+  (consult-customize
+   ;; Disable preview for `consult-theme' completely.
+   consult-theme :preview-key nil
+   ;; Set preview for `consult-buffer' to key `M-.'
+   consult-buffer :preview-key (kbd "M-.")
+   ;; For `consult-line' change the prompt and specify multiple preview
+   ;; keybindings. Note that you should bind <S-up> and <S-down> in the
+   ;; `minibuffer-local-completion-map' or `vertico-map' to the commands which
+   ;; select the previous or next candidate.
+   consult-line :prompt "Search: "
+   :preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
+#+end_src
+
+The configuration values are evaluated at runtime, just before the completion
+session is started. Therefore you can use for example =thing-at-point= to 
adjust
+the initial input or the future hitory.
+
+#+begin_src emacs-lisp
+  (consult-customize
+   consult-line
+   :add-history (seq-some #'thing-at-point '(region symbol)))
+
+  (defalias 'consult-line-thing-at-point 'consult-line)
+
+  (consult-customize
+   consult-line-thing-at-point
+   :initial (thing-at-point 'symbol))
+#+end_src
+
+Generally it is possible to modify commands for your individual needs by the
+following techniques:
+
+1. Use =consult-customize= in order to change the command or source settings.
+2. Create your own wrapper function which passes modified arguments to the 
Consult functions.
+3. Create your own buffer [[#multiple-sources][multi sources]] for 
=consult-buffer=.
+4. Create advices to modify some internal behavior.
+5. Write or propose a patch.
 
 * Recommended packages
-  :properties:
-  :description: Related packages recommended for installation
-  :end:
+:properties:
+:description: Related packages recommended for installation
+:end:
 
 I use and recommend this combination of packages:
 
@@ -1079,9 +1071,9 @@ yourself with the other components, you can first start 
without it - or you coul
 even start with Embark right away and add the other components later on.
 
 * Bug reports
-  :properties:
-  :description: How to create reproducible bug reports
-  :end:
+:properties:
+:description: How to create reproducible bug reports
+:end:
 
 If you find a bug or suspect that there is a problem with Consult, please carry
 out the following steps:
@@ -1134,9 +1126,9 @@ When evaluating Consult-related code snippets you should 
enable [[https://www.gn
 Consult often relies on lambdas and lexical closures.
 
 * Contributions
-  :properties:
-  :description: Feature requests and pull requests
-  :end:
+:properties:
+:description: Feature requests and pull requests
+:end:
 
 Consult is a community effort, please participate in the discussions.
 Contributions are welcome, but you may want to discuss potential contributions
@@ -1150,9 +1142,9 @@ discussed. You can contribute to the 
[[https://github.com/minad/consult/wiki][Co
 small configuration or command snippets.
 
 * Acknowledgments
-  :properties:
-  :description: Contributors and Sources of Inspiration
-  :end:
+:properties:
+:description: Contributors and Sources of Inspiration
+:end:
 
 You probably guessed from the name that this package took inspiration from
 [[https://github.com/abo-abo/swiper#counsel][Counsel]] by Oleh Krehel. Some of 
the Consult commands originated in the Counsel
@@ -1205,20 +1197,20 @@ Authors of supplementary =consult-*= packages:
 #+html: <!--
 
 * Indices
-  :properties:
-  :description: Indices of concepts and functions
-  :end:
+:properties:
+:description: Indices of concepts and functions
+:end:
 
 ** Function index
-   :properties:
-   :description: List of all Consult commands
-   :index:    fn
-   :end:
+:properties:
+:description: List of all Consult commands
+:index:    fn
+:end:
 
 ** Concept index
-   :properties:
-   :description: List of all Consult-specific concepts
-   :index:    cp
-   :end:
+:properties:
+:description: List of all Consult-specific concepts
+:index:    cp
+:end:
 
 #+html: -->



reply via email to

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