branch: externals/consult
commit d1f3a85d02f673aaede11b0d2bbb63373b6b320f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Add consult-xref to list of commands with manual preview (See #322)
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index f5d246e..8f347c1 100644
--- a/README.org
+++ b/README.org
@@ -796,7 +796,8 @@ contributed.
;; 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-ripgrep consult-git-grep consult-grep consult-bookmark
consult-recent-file
+ consult-ripgrep consult-git-grep consult-grep
+ consult-bookmark consult-recent-file consult-xref
consult--source-file consult--source-project-file
consult--source-bookmark
:preview-key (kbd "M-."))