diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-18 13:38:17 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-18 13:38:17 -0500 |
commit | f1e6a3a5ebc98d18f6b5a3684588fd04696175b6 (patch) | |
tree | cbea40a096a42cf56771f0c6654bbbdbc4cb5976 | |
parent | bf1407947ec6da892ab2597d0ace9caa27b2ba17 (diff) |
export key
-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 acf7cc9..1116690 100644 --- a/init-el.org +++ b/init-el.org @@ -361,7 +361,7 @@ So, to use this file for the very first time you must (def-my-command my-org-export-subcommand '((?t "[t]angle file" org-babel-tangle) (?w "[w]ritefreely" writefreely-publish-or-update) - (?e "[e]xport options" org-export-dispatch))) + (?x "e[x]port options" org-export-dispatch))) (def-my-command my-org-insertion-subcommand '((?l "internal [l]ink" org-insert-internal-link) |