emacs-ag
Front-end for ag (the-silver-searcher) for Emacs
This package provides the ability to use the silver searcher, a code searching tool, sometimes abbreviated to ag
. Features include version control system awareness, use of Perl compatible regular expressions, editing the search results directly and searching file names rather than the contents of files.
- Versions: 0.48
- Website: https://github.com/Wilfred/ag.el
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-ag
as follows:
guix install emacs-ag
Or install a particular version:
guix install emacs-ag@0.48
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-ag about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-ag'><img src='https://packages.guix.gnu.org/packages/emacs-ag/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-ag)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-ag][https://packages.guix.gnu.org/packages/emacs-ag/badges/latest-version.svg]]