emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Word length highlight threshold should not be hardcoded #131

Open codecoll opened 5 years ago

codecoll commented 5 years ago

The threshold is hardcoded as 2:

https://github.com/ShingoFukuyama/helm-swoop/blob/master/helm-swoop.el#L322

This should be configurable. I'd also like to highlight word matches even if the search is only 1 or 2 characters long.