[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/eldoc-diffstat 10d42b8b51 08/10: Add README.md and .gitign
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/eldoc-diffstat 10d42b8b51 08/10: Add README.md and .gitignore |
Date: |
Fri, 13 Dec 2024 16:01:51 -0500 (EST) |
branch: elpa/eldoc-diffstat
commit 10d42b8b513a35f0a7ad01b3809039fe60a02a87
Author: Johann Klähn <johann@jklaehn.de>
Commit: Johann Klähn <johann@jklaehn.de>
Add README.md and .gitignore
---
.gitignore | 2 ++
README.md | 21 +++++++++++++++++++++
screenshot.webp | Bin 0 -> 52132 bytes
3 files changed, 23 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..b4dbc49bb1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.elc
+*autoloads.el
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..503d2a40bf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# 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]”.
+
+[tsdh-blog-post]:
https://www.tsdh.org/posts/2022-07-20-using-eldoc-with-magit-async.html
diff --git a/screenshot.webp b/screenshot.webp
new file mode 100644
index 0000000000..905c64800b
Binary files /dev/null and b/screenshot.webp differ
- [nongnu] branch elpa/eldoc-diffstat created (now 99b49c9793), ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat 1a75ccb1ec 02/10: Use cached result if called with same commit, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat eb3a9e7f3a 06/10: Add support for git-rebase-mode, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat fdce0b8e2a 03/10: Include subject in eldoc-diffstat output, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat a15690a8a7 05/10: Minor refactoring, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat 956f2dc247 09/10: Fix typos, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat 583a4959c0 01/10: Initial import, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat 8786bab235 04/10: Add support for Hg repos, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat b79a94abab 07/10: Add support for stashes in magit, ELPA Syncer, 2024/12/13
- [nongnu] elpa/eldoc-diffstat 10d42b8b51 08/10: Add README.md and .gitignore,
ELPA Syncer <=
- [nongnu] elpa/eldoc-diffstat 99b49c9793 10/10: Silence byte compilation warnings, ELPA Syncer, 2024/12/13