mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Added ycmd and company-ycmd recipes.
This commit is contained in:
parent
b6b11187b0
commit
1138c8cc23
2 changed files with 6 additions and 0 deletions
3
recipes/company-ycmd
Normal file
3
recipes/company-ycmd
Normal file
|
@ -0,0 +1,3 @@
|
|||
(company-ycmd :fetcher github
|
||||
:repo "abingham/emacs-ycmd"
|
||||
:files ("company-ycmd.el"))
|
3
recipes/ycmd
Normal file
3
recipes/ycmd
Normal file
|
@ -0,0 +1,3 @@
|
|||
(ycmd :fetcher github
|
||||
:repo "abingham/emacs-ycmd"
|
||||
:files ("ycmd.el"))
|
Loading…
Reference in a new issue