From d5548f531d412e49502d250869e398f3df51e914 Mon Sep 17 00:00:00 2001 From: Titus von der Malsburg Date: Wed, 30 Apr 2014 18:38:32 +0100 Subject: [PATCH] Add recipe for helm-bibtex Helm-bibtex is a helm plugin for searching Bibtex entries. It displays the matching entries in a nicely formatted list and provides some convenient functions for managing a bibliography. For more details and a screenshot see https://github.com/tmalsburg/helm-bibtex --- recipes/helm-bibtex | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/helm-bibtex diff --git a/recipes/helm-bibtex b/recipes/helm-bibtex new file mode 100644 index 00000000..1993a49f --- /dev/null +++ b/recipes/helm-bibtex @@ -0,0 +1 @@ +(helm-bibtex :fetcher github :repo "tmalsburg/helm-bibtex")