selectrum: set manual preview to all grep variants

This commit is contained in:
Itai Y. Efrat 2021-05-18 21:17:23 +03:00
parent a52b9cf686
commit 23a47acc06

View file

@ -106,7 +106,8 @@
(lambda (x) (setf (lambda (x) (setf
(alist-get x consult-config) (alist-get x consult-config)
(list :preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k"))))) (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 (use-package! consult-flycheck
:when (featurep! :checkers syntax) :when (featurep! :checkers syntax)