From 1d42ea1a7fbe46e74e19371fae9076463543688e Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 1 Sep 2012 19:08:19 -0400 Subject: [PATCH] add flyspell-lazy, browse-url-dwim, buffer-utils --- recipes/browse-url-dwim | 1 + recipes/buffer-utils | 1 + recipes/flyspell-lazy | 1 + 3 files changed, 3 insertions(+) create mode 100644 recipes/browse-url-dwim create mode 100644 recipes/buffer-utils create mode 100644 recipes/flyspell-lazy diff --git a/recipes/browse-url-dwim b/recipes/browse-url-dwim new file mode 100644 index 00000000..769fae27 --- /dev/null +++ b/recipes/browse-url-dwim @@ -0,0 +1 @@ +(browse-url-dwim :repo "rolandwalker/browse-url-dwim" :fetcher github) diff --git a/recipes/buffer-utils b/recipes/buffer-utils new file mode 100644 index 00000000..e1b36252 --- /dev/null +++ b/recipes/buffer-utils @@ -0,0 +1 @@ +(buffer-utils :repo "rolandwalker/buffer-utils" :fetcher github) diff --git a/recipes/flyspell-lazy b/recipes/flyspell-lazy new file mode 100644 index 00000000..7b99571f --- /dev/null +++ b/recipes/flyspell-lazy @@ -0,0 +1 @@ +(flyspell-lazy :repo "rolandwalker/flyspell-lazy" :fetcher github)