el-get/recipes/eproject.rcp
2012-08-09 10:28:54 +02:00

10 lines
372 B
Plaintext

(:name eproject
:description "File grouping (\"project\") extension for emacs"
:type github
:pkgname "jrockway/eproject"
:load-path ("." "lang" "contrib")
;; the core functionality needs to be present.
;; eproject-extras, otoh, has autoload cookies.
;; lang/* can be added by the user as needed.
:features eproject)