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)