Skip to content

zarkzork/emacs-ack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

= 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors