Skip to content

ctsk/emacs-inline-annotate

Repository files navigation

Inline-Annotate

A (small) Emacs package that adds information about past modifications to the end of the current line. Focused on being fast & uses async to avoid hanging the GUI.

See also: VSCode’s gitlens plugin, blamer.el

Installation

  • Using Doom Emacs

$DOOMDIR/packages.el

(package! inline-annotate
  :recipe (:host github :repo "ctsk/emacs-inline-annotate"))

Usage

  • Enable for the current buffer:

    (inline-annotate-mode)

  • Enable globally:

    (global-inline-annotate-mode)

About

Gitlens blame messages -- but in Emacs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published