jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
832 stars 68 forks source link

Use bytecomp's customized variables in async-bytecomp #44

Closed pradhanpk closed 9 years ago

pradhanpk commented 9 years ago

async-byte-recompile-directory injects the load-path variables alone. Could you inject the custom variables with :group bytecomp as well? That will enable the user to have better control over async-byte-recompile-directory's behaviour.

jwiegley commented 9 years ago

Interesting idea, and sound like a good one to me.