From e9d187d719fb233d739eb957f98094010d95c9b9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 17:30:59 -0400 Subject: [PATCH] Add custom bindings for `org-ids'. --- README.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index d2e966f..45c1afa 100644 --- a/README.org +++ b/README.org @@ -2215,9 +2215,20 @@ Org-mode[fn:60] is a document editing and organizing mode, designed for notes, p "o" '(:ignore t :which-key "Org") "oe" '(org-export-dispatch :which-key "Export") "ot" '(org-babel-tangle :which-key "Tangle") - "oi" '(org-toggle-inline-images :which-key "Images") "of" '(:ignore t :which-key "Footnotes") "ofn" '(org-footnote-normalize :which-key "Normalize")) + +;; Custom bindings for IDs. +(dotfiles/leader + "oi" '(:ignore t :which-key "IDs") + "oic" '(org-id-copy :which-key "Copy") + "oig" '(org-id-goto :which-key "Goto") + "oiu" '(org-id-update-id-locations :which-key "Update") + "oii" '(org-id-get-create :which-key "Get / Create")) + +;; Custom toggle for inline images. +(dotfiles/leader + "ti" '(org-toggle-inline-images :which-key "Images")) #+END_SRC ** Org Roam