branch: elpa-admin commit 49fce7769922b38203e539a207286236ab7b02cb Author: Leo Liu <sdl....@gmail.com> Commit: Leo Liu <sdl....@gmail.com>
Rename README to README.rst --- README | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README b/README deleted file mode 100644 index 486954a..0000000 --- a/README +++ /dev/null @@ -1,23 +0,0 @@ -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. - -Install ----------- - -Drop ack.el in the load-path and put (require 'ack) or (autoload 'ack -"ack" nil t) in your .emacs. - -Usage ----------- - -M-x ack