diff --git a/recipes/es-lib.rcp b/recipes/es-lib.rcp new file mode 100644 index 00000000..435d8e55 --- /dev/null +++ b/recipes/es-lib.rcp @@ -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") diff --git a/recipes/project-explorer.rcp b/recipes/project-explorer.rcp new file mode 100644 index 00000000..e097bc72 --- /dev/null +++ b/recipes/project-explorer.rcp @@ -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")