emacs-git-gutter
See and manage hunks of text in a version control system
This package is an Emacs minor mode for displaying and interacting with hunks of text managed in a version control system. Added modified and deleted areas can be indicated with symbols on the edge of the buffer, and commands can be used to move between and perform actions on these hunks.
Git, Mercurial, Subversion and Bazaar are supported, and many parts of the display and behaviour is easily customisable.
- Versions: 0.93
- Website: https://github.com/syohex/emacs-git-gutter
- 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-git-gutter as follows:
guix install emacs-git-gutter
Or install a particular version:
guix install emacs-git-gutter@0.93
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-git-gutter about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-git-gutter'><img src='https://packages.guix.gnu.org/packages/emacs-git-gutter/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-git-gutter)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-git-gutter][https://packages.guix.gnu.org/packages/emacs-git-gutter/badges/latest-version.svg]]