From ef005996a857af1049fdf80e07cb5eb46990626e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 28 Apr 2023 16:02:06 +0100 Subject: Add read mapping to the setup --- org-zettelkasten.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-zettelkasten.el b/org-zettelkasten.el index 81a34c7..07b2fc7 100644 --- a/org-zettelkasten.el +++ b/org-zettelkasten.el @@ -227,6 +227,7 @@ NEWHEADING: function used to create the heading and set the current POINT to This function only activates `zettelkasten-mode' in Org. It also adds `org-zettelkasten--update-modified' to buffer local `before-save-hook'." + (org-zettelkasten--ensure-read-mapping) (add-hook 'org-mode-hook (lambda () -- cgit