-
-
Notifications
You must be signed in to change notification settings - Fork 338
Description
The default Emacs
M-xcommand automatically runs a function if the input can only resolve to a single function. For example, when runningM-x SPC r-st, it will automatically runreplace-string, since that is the only function that starts with anrin the first part (before a hyphen) and starts withstafter the first hyphen.With Counsel - tested with
make plain-r stcompletes torst-mode, andr-stcompletes to nothing (unless fuzzy search is used). Is there a way to use this hyphen-based searching? Where a hyphen sort of "forces" the command to search for functions with a hyphen in the correct spot? I would also be up for creating a pull request, but am not too used to Lisp, andivy--regex-plusseems still a bit magic.
Originally posted by @RensOliemans in #2985