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

Allow lambdas in rg-custom-type-aliases #37

Closed muirmanders closed 6 years ago

muirmanders commented 6 years ago

Now in addition to (string . string) cons cells you can add lambda(s) that return (string . string) cons cells. The deferred evaluation lets you build dynamic types based on e.g. the current project, current mode, current file path, etc.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 76.563% when pulling 901794b21e8b4970e3df3971992cebd2ba55ac0f on muirmanders:lambda-custom-types into 4eaf35f31de557e812da1c45fbdc652f05168d13 on dajva:develop.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.4%) to 76.563% when pulling c804d887fa63fba57321a53914a8615e07db171a on muirmanders:lambda-custom-types into 4eaf35f31de557e812da1c45fbdc652f05168d13 on dajva:develop.

dajva commented 6 years ago

I'd like to see some documentation in the rg.el Commentary section and also in the README.md

dajva commented 6 years ago

Thanks a lot!