diff --git a/recipes/visual-regexp.rcp b/recipes/visual-regexp.rcp new file mode 100644 index 00000000..11126161 --- /dev/null +++ b/recipes/visual-regexp.rcp @@ -0,0 +1,6 @@ +(:name visual-regexp + :description "A regexp/replace command for Emacs with + interactive visual feedback" + :type github + :depends cl-lib + :pkgname "benma/visual-regexp.el")