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:
parent
55e4afa77f
commit
0cdc7ec8e1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue