From 869926cb24472231d48b4e37ef6148d7bde615ac Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 21 Oct 2022 16:39:56 +0100 Subject: [PATCH] Preview by default for consult-ripgrep, but not consult-ripgrep-parent --- .emacs.d/lisp/init-minibuffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index 2197880..5548a92 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -301,8 +301,8 @@ DEFS is a plist associating completion categories to commands." (consult-customize consult-theme :preview-key '(:debounce 0.2 any) - ;; For these commands we can use C-S/C-P to scoll and preview, or M-. to preview - consult-ripgrep consult-git-grep consult-grep + ;; For these commands we can use C-S/C-P to scroll and preview, or M-. to preview + consult-ripgrep-parent consult-git-grep consult-grep consult-ripgrep-unrestricted consult-ripgrep-symbol-at-point consult-bookmark consult-recent-file consult-xref consult-buffer-no-preview consult--source-recent-file consult--source-project-recent-file consult--source-bookmark