Skip to content

rawsyntax/ag-and-a-half

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 

Repository files navigation

About

ag-and-a-half.el provides a simple compilation mode for the silver searcher ag

Installation

Add the following to your .emacs:

(add-to-list 'load-path "/path/to/ag-and-a-half")
(require 'ag-and-a-half)
;; Create shorter aliases
(defalias 'ag 'ag-and-a-half)

This will load the ag-and-a-half functions, and create shorter aliases for them.

Untested Commands

(defalias 'ag-same 'ag-and-a-half-same)
(defalias 'ag-find-file 'ag-and-a-half-find-file)
(defalias 'ag-find-file-same 'ag-and-a-half-find-file-same)

I haven't tried these. Use at your own risk!

Credits

ag-and-a-half was haphazardly hacked up from ack-and-a-half. I only ever used the main ack-and-a-half function, so I quickly ported it to ag (mainly through find and replace).

About

ack-and-a-half.el + ag for Emacs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%