mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
selectrum: set manual preview to all grep variants
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user