summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-01-16 19:22:42 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-01-16 19:22:42 +0100
commit19e01f5a500f1bf135daa98519b1e0e5ad22b9c5 (patch)
tree1d37419e8d9daf1633c7e0750b2f68c23c8a88df /README.org
parent84ba06ed513e97223630905f4788370e18116f40 (diff)
readme: Add badges
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index 3578af8..c3dfca1 100644
--- a/README.org
+++ b/README.org
@@ -54,3 +54,10 @@ the current Emacs instance as editor. In fact this library was
written for Magit and its ~git-commit-mode~ and ~git-rebase-mode~.
Consult ~git-rebase.el~ and the related code in ~magit-sequence.el~
for a simple example.
+
+#+html: <br><br>
+#+html: <a href="https://github.com/magit/with-editor/actions/workflows/compile.yml"><img alt="Compile" src="https://github.com/magit/with-editor/actions/workflows/compile.yml/badge.svg"/></a>
+#+html: <a href="https://github.com/magit/with-editor/actions/workflows/manual.yml"><img alt="Manual" src="https://github.com/magit/with-editor/actions/workflows/manual.yml/badge.svg"/></a>
+#+html: <a href="https://elpa.nongnu.org/nongnu/with-editor.html"><img alt="NonGNU ELPA" src="https://elpa.nongnu.org/nongnu/with-editor.svg"/></a>
+#+html: <a href="https://stable.melpa.org/#/with-editor"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/with-editor-badge.svg"/></a>
+#+html: <a href="https://melpa.org/#/with-editor"><img alt="MELPA" src="https://melpa.org/packages/with-editor-badge.svg"/></a>