summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-28 16:02:06 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-28 16:02:06 +0100
commitef005996a857af1049fdf80e07cb5eb46990626e (patch)
tree47d1735c70a819d3d78a2665478dbcb968fba211
parent61ae170cd8123127103dcd8543bb3cd125480650 (diff)
downloadorg-zettelkasten-main.tar.gz
org-zettelkasten-main.zip
Add read mapping to the setupmain
-rw-r--r--org-zettelkasten.el1
1 files changed, 1 insertions, 0 deletions
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 ()