From 62021907251f38b2653e4b33916c751e5fc9e7a0 Mon Sep 17 00:00:00 2001 From: Guillaume Papin Date: Sun, 15 Jun 2014 21:44:41 +0200 Subject: [PATCH] add irony-mode and company-irony recipes. --- recipes/company-irony | 1 + recipes/irony | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 recipes/company-irony create mode 100644 recipes/irony diff --git a/recipes/company-irony b/recipes/company-irony new file mode 100644 index 00000000..745af276 --- /dev/null +++ b/recipes/company-irony @@ -0,0 +1 @@ +(company-irony :fetcher github :repo "Sarcasm/company-irony") diff --git a/recipes/irony b/recipes/irony new file mode 100644 index 00000000..02328b71 --- /dev/null +++ b/recipes/irony @@ -0,0 +1,4 @@ +(irony :fetcher github + :repo "Sarcasm/irony-mode" + :files ("*.el" "README.md" "server" + (:exclude ".dir-locals.el")))