mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Add ycm and company-ycm recipes.
These are an alternative to ycmd and company-ycmd.
This commit is contained in:
parent
49d56b297a
commit
44e168f757
2 changed files with 6 additions and 0 deletions
3
recipes/company-ycm
Normal file
3
recipes/company-ycm
Normal file
|
@ -0,0 +1,3 @@
|
|||
(company-ycm :fetcher github
|
||||
:repo "neuromage/ycm.el"
|
||||
:files ("company-ycm.el"))
|
3
recipes/ycm
Normal file
3
recipes/ycm
Normal file
|
@ -0,0 +1,3 @@
|
|||
(ycm :fetcher github
|
||||
:repo "neuromage/ycm.el"
|
||||
:files ("ycm.el"))
|
Loading…
Reference in a new issue