emacsorphanage / quickrun

Run command quickly. This packages is inspired quickrun.vim
GNU General Public License v3.0
480 stars 43 forks source link

[Feature Request] add support for wrapping selected region before execution #139

Closed jackmac92 closed 2 years ago

jackmac92 commented 2 years ago

Currently racket region eval almost never works, because for it to work the region must include the #lang header

Any thoughts on whether this lib could/should support a way to configure what code the region should be wrapped in before eval?