From 5b26d4e3fc73054e28b4d981ee075f4eaefa513f Mon Sep 17 00:00:00 2001 From: David Raymond Christiansen Date: Fri, 16 Jan 2015 17:08:31 -0800 Subject: [PATCH] Add recipe for helm-pages helm-pages lets you browse the pages (delimited by page-delimiter) in the current buffer using Helm, in the style of pages-directory. The repository is at https://github.com/david-christiansen/helm-pages I am the author of the package. --- recipes/helm-pages | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/helm-pages diff --git a/recipes/helm-pages b/recipes/helm-pages new file mode 100644 index 00000000..91d2e833 --- /dev/null +++ b/recipes/helm-pages @@ -0,0 +1,3 @@ +(helm-pages + :fetcher github + :repo "david-christiansen/helm-pages")