From 2264849d06438ac7561023cbc5c656471f421982 Mon Sep 17 00:00:00 2001 From: Mike McCourt Date: Sat, 5 Oct 2013 18:24:12 -0700 Subject: [PATCH] Add recipe for Jumblr This is an anagram-based word game for emacs. See the readme in the github repo for more information: https://github.com/mkmcc/jumblr --- recipes/jumblr | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/jumblr diff --git a/recipes/jumblr b/recipes/jumblr new file mode 100644 index 00000000..5c9f55ea --- /dev/null +++ b/recipes/jumblr @@ -0,0 +1,3 @@ +(jumblr :repo "mkmcc/jumblr" + :fetcher github + :files ("jumblr.el" "dict"))