diff --git a/recipes/ack-and-a-half.rcp b/recipes/ack-and-a-half.rcp new file mode 100644 index 00000000..73a5a64b --- /dev/null +++ b/recipes/ack-and-a-half.rcp @@ -0,0 +1,10 @@ +(:name ack-and-a-half + :description "Yet another front-end for ack" + :type github + :pkgname "jhelwig/ack-and-a-half" + :prepare + (progn + (defalias 'ack 'ack-and-a-half) + (defalias 'ack-same 'ack-and-a-half-same) + (defalias 'ack-find-file 'ack-and-a-half-find-file) + (defalias 'ack-find-file-same 'ack-and-a-half-find-file-same)))