dajva / rg.el

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

Allow customizing content separator when not grouping results #114

Closed joca-bt closed 3 years ago

joca-bt commented 3 years ago

When grouping results ((setq rg-group-result t)) it's possible to change the content separator. When not grouping results there aren't as many customization options. Asking if it makes sense to have a defcustom to allow defining a custom content separator when not grouping results.

dajva commented 3 years ago

Not something I plan to support. Non grouped mode is essentially a legacy mode with less bells and whistles, mostly on par with what you would get in grep mode.