jrockway / eproject

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

Add source-based task runner #30

Closed tkf closed 11 years ago

tkf commented 12 years ago

Hi, thanks for pulling my last PRs.

I wrote some elisp to support "task" definition in eproject. For example, you can run make command from anywhere in the project directories using this. Each language (project type) can support specific tasks (see eproject-python.el for example). It uses source-based (like helm/anything) so user can extend it.

I defined three sources:

jrockway commented 11 years ago

This is really well done. Thanks for contributing!