branch: elpa-admin commit 6011ab7831ac3447118829709e700cc5441251ff Author: Leo Liu <sdl....@gmail.com> Commit: Leo Liu <sdl....@gmail.com>
Initial import --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README new file mode 100644 index 0000000..aab257c --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Emacs Interface to command-line tool ack +======================================== + +From http://betterthangrep.com/ + + ack is a tool like grep, designed for programmers with large trees of + heterogeneous source code. + + ack is written purely in Perl, and takes advantage of the power of + Perl's regular expressions. + +Feature requests and bug reports are welcome. Thanks.