about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:39:56 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:39:56 +0100
commit869926cb24472231d48b4e37ef6148d7bde615ac (patch)
tree165d2c66fb045cd7af75cd9891f167ecc25715e8
parent135781d669a2d6cbad7bc8dc99fe0f9a5572b678 (diff)
downloaddotfiles-869926cb24472231d48b4e37ef6148d7bde615ac.tar.gz
Preview by default for consult-ripgrep, but not consult-ripgrep-parent
-rw-r--r--.emacs.d/lisp/init-minibuffer.el4
1 files 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
> 50 51 52 53
54
55
56
57
58