summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-23 18:23:27 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-23 18:23:27 +0100
commita7c3d60a56e12a067ef2a88dd9c0e40b569c9359 (patch)
tree0d40158428c305400a131ffd2fc53d64d1b00cca
parent9e28ee4b413aa2d86d267c1e3f48e47e557f82e4 (diff)
downloadorg-zettelkasten-a7c3d60a56e12a067ef2a88dd9c0e40b569c9359.tar.gz
org-zettelkasten-a7c3d60a56e12a067ef2a88dd9c0e40b569c9359.zip
Add documentation to mode-map
-rw-r--r--org-zettelkasten.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index 53047da..7028f86 100644
--- a/org-zettelkasten.el
+++ b/org-zettelkasten.el
@@ -283,7 +283,8 @@ adds `org-zettelkasten--update-modified' to buffer local
(define-key map (kbd "s") #'org-zettelkasten-agenda-search-view)
(define-key map (kbd "g") #'org-zettelkasten-goto-id)
(define-key map (kbd "t") #'org-zettelkasten-new-topic)
- map))
+ map)
+ "Keymap with default bindings.")
(defvar org-zettelkasten-minor-mode-map
(let ((map (make-sparse-keymap)))