dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
484 stars 41 forks source link

make the default default match type configurable #48

Closed slippycheeze closed 5 years ago

slippycheeze commented 5 years ago

I'd prefer the default to be "everything" rather than "all" file types when I search, and there is no more specific default available. Unfortunately, that is hard-coded into the rg-default-alias method right now, so I have to do horrible things like edit the package code, or advise it, to get that.

A simple configurable option would probably work equally well in context, and would make this vastly more accessible.

dajva commented 5 years ago

Sure, sounds good.

dajva commented 5 years ago

Implemented now. Please try it out.

slippycheeze commented 5 years ago

Sorry for not responding sooner. This works fine for me. Thanks.