jrockway / eproject

file grouping ("project") extension for emacs
161 stars 41 forks source link

Add ability to have a func return a compile string #60

Open stsquad opened 11 years ago

stsquad commented 11 years ago

Sometimes you want something fancier that a simple string for your make invocations. This way you can define a function in your :common-compiles list which can return a string or nil. The function is passed the eproject-root. Any nils are removed from the final list passed back to the compile history.

stsquad commented 10 years ago

Ping? Is this likely to get merged or should I just keep it in my local fork?