eldoc-diffstat
- Description
- Make VCS diffstat available via eldoc
- Latest
- eldoc-diffstat-1.0.tar (.sig), 2024-Dec-15, 20.0 KiB
- Maintainer
- Johann Klähn <johann@jklaehn.de>
- Website
- https://github.com/kljohann/eldoc-diffstat/
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
eldoc-diffstat — Make VCS diffstat available via eldoc
This package provides a way to display VCS diffstat information via eldoc. It supports Git and Mercurial repositories.
To turn on diffstat output in all supported major modes, enable
global-eldoc-diffstat-mode
. You can instead also enable
eldoc-diffstat-mode
in individual buffers or via mode hooks.
Adapted from Tassilo Horn's 2022 blog post “Using Eldoc with Magit (asynchronously!)”.
Old versions
eldoc-diffstat-0.1.tar.lz | 2024-Dec-13 | 2.78 KiB |
News
1.0 (2024-12-14)
eldoc-diffstat
is now available on NonGNU ELPA.eldoc-diffstat-setup
has been replaced by a minor modeeldoc-diffstat-mode
; there's also a globalized minor modeglobal-eldoc-diffstat-mode
that (by default) will turn on diffstat output in all supported major modes.eldoc-diffstat-lines
can be used to truncate/pad output to a specific number of lines.- When this package is loaded, relevant buffer-navigating commands in magit buffers are set up to trigger eldoc.