From c114eb8d86399e071911b6c05b4d5ef899f298fa Mon Sep 17 00:00:00 2001 From: kototama Date: Mon, 15 Apr 2013 17:15:28 +0200 Subject: [PATCH] recipe for the visual-regexp extension --- recipes/visual-regexp.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/visual-regexp.rcp diff --git a/recipes/visual-regexp.rcp b/recipes/visual-regexp.rcp new file mode 100644 index 00000000..8ab22af4 --- /dev/null +++ b/recipes/visual-regexp.rcp @@ -0,0 +1,5 @@ +(:name visual-regexp + :description "A regexp/replace command for Emacs with interactive visual feedback" + :type github + :pkgname "benma/visual-regexp.el" + :features visual-regexp) \ No newline at end of file