Add selectrum branch for SPC-* symbol search

other +default/search-... convenience methods already support
Selectrum explicitly, so perhaps there's a good reason not to
do the same for +default/search-project-for-symbol-at-point?
This commit is contained in:
Sebastian Sturm 2021-04-27 22:34:12 +02:00 committed by Itai Y. Efrat
parent 55e4afa77f
commit 0cdc7ec8e1

View file

@ -75,6 +75,8 @@ If prefix ARG is set, prompt for a known project to search from."
(+ivy/project-search nil symbol)) (+ivy/project-search nil symbol))
((featurep! :completion helm) ((featurep! :completion helm)
(+helm/project-search nil symbol)) (+helm/project-search nil symbol))
((featurep! :completion selectrum)
(+selectrum/project-search nil symbol))
((rgrep (regexp-quote symbol)))))) ((rgrep (regexp-quote symbol))))))
;;;###autoload ;;;###autoload