From d90d5f4ee082cd0873448f3ce784b1596d4b94f1 Mon Sep 17 00:00:00 2001 From: Jonathan Kotta Date: Fri, 14 Dec 2012 17:24:59 -0600 Subject: [PATCH] add hide-lines recipe hide-lines.el hides lines that either match or don't match a regexp. It does not alter a buffer's content. --- recipes/hide-lines | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/hide-lines diff --git a/recipes/hide-lines b/recipes/hide-lines new file mode 100644 index 00000000..a476041b --- /dev/null +++ b/recipes/hide-lines @@ -0,0 +1 @@ +(hide-lines :fetcher wiki)