zarkzork / emacs-ack

Interface for using ack inside emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= M-x ack =

Command for using ack on current project. Project asumed to be current git repo. Arguments to M-x ack is passed directly to ack.

== Installation ==

Add to your .emacs on linux:

(require 'ack)

On mac os x

(require 'ack)
(setq ack-command "ack")

== Usage ==

Simply M-x ack RET and pass all arguments you want to pass to ack.

About

Interface for using ack inside emacs.


Languages

Language:Emacs Lisp 100.0%