[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NonGNU ELPA] New package: eldoc-diffstat
From: |
Tassilo Horn |
Subject: |
Re: [NonGNU ELPA] New package: eldoc-diffstat |
Date: |
Fri, 13 Dec 2024 21:23:13 +0100 |
User-agent: |
mu4e 1.12.7; emacs 31.0.50 |
Johann Klähn <johann@jklaehn.de> writes:
Hi Johann,
> I would like to submit a new package to NonGNU ELPA: eldoc-diffstat.
>
> https://github.com/kljohann/eldoc-diffstat/
I'm using it since a couple of days using package-vc and like it very
much, so I took the liberty to add it to NonGNU ELPA.
I think you could add a bit more configuration hints to the README.md,
e.g., where you say that one should call eldoc-diffstat-setup in the
desired buffer or mode hook, provide some typical examples like:
(add-hook 'log-view-mode-hook #'eldoc-diffstat-setup)
(add-hook 'vc-annotate-mode-hook #'eldoc-diffstat-setup)
(add-hook 'magit-status-mode-hook #'eldoc-diffstat-setup)
(add-hook 'magit-log-mode-hook #'eldoc-diffstat-setup)
Thanks for the package!
Tassilo