add irony-mode and company-irony recipes.

This commit is contained in:
Guillaume Papin 2014-06-15 21:44:41 +02:00
parent f1645a51d4
commit 6202190725
2 changed files with 5 additions and 0 deletions

1
recipes/company-irony Normal file
View file

@ -0,0 +1 @@
(company-irony :fetcher github :repo "Sarcasm/company-irony")

4
recipes/irony Normal file
View file

@ -0,0 +1,4 @@
(irony :fetcher github
:repo "Sarcasm/irony-mode"
:files ("*.el" "README.md" "server"
(:exclude ".dir-locals.el")))