diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-21 16:39:56 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-21 16:39:56 +0100 |
commit | 869926cb24472231d48b4e37ef6148d7bde615ac (patch) | |
tree | 165d2c66fb045cd7af75cd9891f167ecc25715e8 | |
parent | 135781d669a2d6cbad7bc8dc99fe0f9a5572b678 (diff) | |
download | dotfiles-869926cb24472231d48b4e37ef6148d7bde615ac.tar.gz |
Preview by default for consult-ripgrep, but not consult-ripgrep-parent
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 4 |
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 |