radian-software / prescient.el

☄️ Simple but effective sorting and filtering for Emacs.
MIT License
604 stars 25 forks source link

New anchored filter method #70

Closed ruliana closed 3 years ago

ruliana commented 3 years ago

New anchored filter method

The proposed filter uses uppercased letters and symbols as anchors for word beginning.

For example, assuming the text "find-file-at-point":

The rationale for a new filter is that it has the convenience of initialism, with more control to the user, but without increase the number of keystrokes.

ruliana commented 3 years ago

Seems good to me! Thank you for helping out :) Just add a changelog entry and I'll be happy to merge.

Should I squash the commits? (Assuming "yes", but it's better to ask) 😬

ruliana commented 3 years ago

All changes done 🙂

raxod502 commented 3 years ago

Whether you squash or not is up to you. GitHub lets me do that automatically when I merge the pull request.