From 0cd479d2a6241b5e38e1184e2a1b58cf32f77818 Mon Sep 17 00:00:00 2001 From: Eric James Michael Ritz Date: Mon, 14 Jan 2013 18:46:58 -0500 Subject: [PATCH] Add recipe for tup-mode The repository at https://github.com/ejmr/tup-mode is the source for this major mode and contains the most up-to-date code and documentation. --- recipes/tup-mode | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/tup-mode diff --git a/recipes/tup-mode b/recipes/tup-mode new file mode 100644 index 00000000..0e832820 --- /dev/null +++ b/recipes/tup-mode @@ -0,0 +1,3 @@ +(tup-mode + :fetcher github + :repo "ejmr/tup-mode")