Add ycm and company-ycm recipes.

These are an alternative to ycmd and company-ycmd.
This commit is contained in:
Donald Curtis 2014-11-27 13:24:43 -05:00
parent 49d56b297a
commit 44e168f757
2 changed files with 6 additions and 0 deletions

3
recipes/company-ycm Normal file
View file

@ -0,0 +1,3 @@
(company-ycm :fetcher github
:repo "neuromage/ycm.el"
:files ("company-ycm.el"))

3
recipes/ycm Normal file
View file

@ -0,0 +1,3 @@
(ycm :fetcher github
:repo "neuromage/ycm.el"
:files ("ycm.el"))