From 4280fb7cf2d3e098ba98adf008a7eaeb4624f01b Mon Sep 17 00:00:00 2001 From: Adriean Khisbe Date: Sat, 14 Jun 2014 20:12:55 +0200 Subject: [PATCH] pcre2el recipe --- recipes/pcre2el.rcp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/pcre2el.rcp diff --git a/recipes/pcre2el.rcp b/recipes/pcre2el.rcp new file mode 100644 index 00000000..f3c76372 --- /dev/null +++ b/recipes/pcre2el.rcp @@ -0,0 +1,7 @@ +(:name pcre2el + :description "pcre2el: parse, convert, and font-lock PCRE, Emacs and rx regexps" + :type github + :pkgname "joddie/pcre2el" + :postinit (progn + (autoload (quote rxt-mode) "pcre2el" t) + (autoload (quote rxt-global-mode) "pcre2el" t)))