branch: main commit 672ea5bec28aad89f8197f2f30fe13bf43f84e08 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
* elpa-packages (eldoc-diffstat): New package --- elpa-packages | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index fa6679a948..4691a191f5 100644 --- a/elpa-packages +++ b/elpa-packages @@ -178,11 +178,15 @@ ;; (el-mock :url "https://github.com/rejeep/el-mock.el") (eglot-inactive-regions :url "https://github.com/fargiolas/eglot-inactive-regions") - + (elixir-mode :url "https://github.com/elixir-editors/emacs-elixir" :ignored-files ("tests" "Eldev") :news "CHANGELOG.md") + (eldoc-diffstat :url "https://github.com/kljohann/eldoc-diffstat.git" + :readme "README.md" + :ignored-files (".gitignore" "screenshot.webp")) + (elpher :url "https://thelambdalab.xyz/git/elpher.git" :doc "elpher.texi" :ignored-files ("Makefile" "ISSUES.org" "RELEASE" "config.mk"))