From 0cdc7ec8e1527eb8cfc5d4c70aabc7574d923a6e Mon Sep 17 00:00:00 2001 From: Sebastian Sturm Date: Tue, 27 Apr 2021 22:34:12 +0200 Subject: [PATCH] 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? --- modules/config/default/autoload/search.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/config/default/autoload/search.el b/modules/config/default/autoload/search.el index 766d2b744..899099fda 100644 --- a/modules/config/default/autoload/search.el +++ b/modules/config/default/autoload/search.el @@ -75,6 +75,8 @@ If prefix ARG is set, prompt for a known project to search from." (+ivy/project-search nil symbol)) ((featurep! :completion helm) (+helm/project-search nil symbol)) + ((featurep! :completion selectrum) + (+selectrum/project-search nil symbol)) ((rgrep (regexp-quote symbol)))))) ;;;###autoload