Version 0.1 of package Eldoc-Diffstat has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Eldoc-Diffstat describes itself as:

  =====================================
  Make VCS diffstat available via eldoc
  =====================================

More at https://elpa.nongnu.org/nongnu/eldoc-diffstat.html

## Summary:

  # 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.

  ![A screenshot showing diffstat information in the echo area of a magit-log 
buffer.](screenshot.webp "diffstat information is available in the echo area.")

  To use, call `eldoc-diffstat-setup` in the desired buffer or mode hook.
  You might also want to add the following to your config:

  ```elisp
  (eldoc-add-command
   'magit-next-line 'magit-previous-line
   'magit-section-forward 'magit-section-backward
   'magit-section-forward-sibling 'magit-section-backward-sibling)
  ```

  Adapted from Tassilo Horn's 2022 blog post “[Using Eldoc with Magit
  (asynchronously!)][tsdh-blog-post]”.

## Recent NEWS:

[Not provided 🙁]

Reply via email to