From 7a787c38309666dfec5ae4601a4887401912efee Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 18:07:00 -0400 Subject: [PATCH] BUGFIX! --- README.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.org b/README.org index 734094e..01c9c86 100644 --- a/README.org +++ b/README.org @@ -2218,12 +2218,9 @@ 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")) + "oi" '(org-toggle-inline-images :which-key "Images") "of" '(:ignore t :which-key "Footnotes") "ofn" '(org-footnote-normalize :which-key "Normalize")) - -;; Custom toggle for inline images. -(dotfiles/leader #+END_SRC ** Org Roam