mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Itai Y. Efrat
parent
55e4afa77f
commit
0cdc7ec8e1
@ -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
|
||||
|
Reference in New Issue
Block a user