diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-18 08:49:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-18 08:49:16 -0500 |
commit | bf1407947ec6da892ab2597d0ace9caa27b2ba17 (patch) | |
tree | 4f60e7325e0aa810559fa8b39cdabc7b1dc0a8e7 | |
parent | 3e406fae0f08ee980bac692bc3b465778f2e5e25 (diff) |
changed leader key for org export
-rw-r--r-- | init-el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-el.org b/init-el.org index 0f7cfae..acf7cc9 100644 --- a/init-el.org +++ b/init-el.org @@ -345,7 +345,7 @@ So, to use this file for the very first time you must (?i "[i]insertion" my-org-insertion-subcommand) - (?E "[E]xport" my-org-export-subcommand) + (?x "e[x]port" my-org-export-subcommand) (?e "[e]dit a code block" org-edit-src-code) |