From a41ce0d7baa6763d285d8d19e782f19607e546d0 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont" Date: Sat, 25 Oct 2014 04:37:58 +0200 Subject: [PATCH] Add purescript-mode recipe --- recipes/purescript-mode | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/purescript-mode diff --git a/recipes/purescript-mode b/recipes/purescript-mode new file mode 100644 index 00000000..9f09b3bb --- /dev/null +++ b/recipes/purescript-mode @@ -0,0 +1,8 @@ +(purescript-mode + :repo "dysinger/purescript-mode" + :fetcher github + :files ("*.el" + "purescript-mode.texi" + "NEWS" + "snippets" + "logo.svg"))