Hey @raxod502 Would it be possible to have an option in `straight.el` which skips byte compilation and have only the `.el` files symlinked into the build folder? So one could write (just an example): ```el (use-package foo :straight (:no-byte-compile t) .... ```