issues
search
radian-software
/
selectrum
🔔 Better solution for incremental narrowing in Emacs.
MIT License
739
stars
33
forks
source link
Include prefix input in `selectrum-completion-in-region`.
#583
Closed
okamsn
closed
2 years ago
okamsn
commented
2 years ago
This makes matching candidates easier, depending on what completion styles are used. For example, if the
substring
completion style is not used.
This is already done for completing file paths in region, but now is also true for other candidates.
This useful behavior is also done by
consult-completion-in-region
.
See #576.
substring
completion style is not used.consult-completion-in-region
.See #576.