add new recipes

- auto-complete-c-headers - ac source for completing the header file names
- ede-compdb - helper library to improve handling of C/C++ in CEDET
This commit is contained in:
Alex Ott 2014-03-06 08:48:05 +01:00
parent 1dbe8e44b2
commit 90361e6721
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
(:name auto-complete-c-headers
:website "https://github.com/mooz/auto-complete-c-headers"
:description "An auto-complete source for C/C++ header files."
:type github
:pkgname "mooz/auto-complete-c-headers"
:depends auto-complete)

6
recipes/ede-compdb.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name ede-compdb
:website "https://github.com/randomphrase/ede-compdb"
:description "Emacs Development Environment (EDE) wrapper for Compilation Database projects."
:type github
:pkgname "randomphrase/ede-compdb"
:depends (cedet json))