add project-explorer and es-lib dependency

This commit is contained in:
Mark Tran 2013-10-19 13:55:32 -07:00
parent 146a43b887
commit 828f63bc9d
2 changed files with 12 additions and 0 deletions

5
recipes/es-lib.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name es-lib
:website "https://github.com/sabof/es-lib"
:description "A collecton of emacs utilities"
:type github
:pkgname "sabof/es-lib")

View File

@ -0,0 +1,7 @@
(:name project-explorer
:website "https://github.com/sabof/project-explorer"
:description "A project explorer sidebar"
:type github
:depends (es-lib)
:features project-explorer
:pkgname "sabof/project-explorer")