summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-02 12:33:31 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-02 12:33:31 +0100
commit2f55405817ce7cbaeb650bc29faed827ec7d222f (patch)
treedaa34cb6d26002da5bb0c660dc65d59c95ef118c
parent23d5ff38cb99416ce87de3fe2151f3a0b1935160 (diff)
parenta4c0379f604690f9249842eec44ff3219eb0ff06 (diff)
downloadorg-zettelkasten-2f55405817ce7cbaeb650bc29faed827ec7d222f.tar.gz
org-zettelkasten-2f55405817ce7cbaeb650bc29faed827ec7d222f.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2835e92..753cf1c 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Zettelkasten mode for Emacs
+[![melpazoid](https://github.com/ymherklotz/emacs-zettelkasten/actions/workflows/melpazoid.yml/badge.svg)](https://github.com/ymherklotz/emacs-zettelkasten/actions/workflows/melpazoid.yml)
+
| Package | Melpa |
|---|---|
| `zettelkasten` | [![MELPA](https://melpa.org/packages/zettelkasten-badge.svg)](https://melpa.org/#/zettelkasten) |
@@ -75,7 +77,7 @@ leverages `org-mode` features such as `CUSTOM_ID`,
``` emacs-lisp
(use-package org-zettelkasten
- :require t
+ :ensure t
:config
(add-hook 'org-mode-hook #'org-zettelkasten-mode))
```
@@ -103,7 +105,7 @@ Then, you can activate the mode as follows:
``` emacs-lisp
(use-package zettelkasten
- :require t
+ :ensure t
:config
(zettelkasten-mode t))
```