From 23a47acc06a391b9a019846e6f0695079b4c4819 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Tue, 18 May 2021 21:17:23 +0300 Subject: [PATCH] selectrum: set manual preview to all grep variants --- modules/completion/selectrum/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/completion/selectrum/config.el b/modules/completion/selectrum/config.el index 602a79e68..b7d396c07 100644 --- a/modules/completion/selectrum/config.el +++ b/modules/completion/selectrum/config.el @@ -106,7 +106,8 @@ (lambda (x) (setf (alist-get x consult-config) (list :preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k"))))) - '(consult-bookmark consult-recent-file consult--grep consult-theme))) + '(consult-bookmark consult-recent-file consult-theme + consult--grep consult-grep consult-ripgrep consult-git-grep +default/search-project))) (use-package! consult-flycheck :when (featurep! :checkers syntax)