el-get/recipes/pcre2el.rcp

8 lines
279 B
Plaintext
Raw Normal View History

2014-06-15 02:12:55 +08:00
(: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)))