feat: change initial key to capital G on org-export
continuous-integration/drone/push Build is passing Details

The `g' key is already used by the more widely used ox-gfm. This
commit changes the initial key of ox-gemini to capital `G' which I
haven’t encountered yet.
This commit is contained in:
Lucien Cartier-Tilet 2023-05-14 13:59:17 +02:00
parent 28736ce6c0
commit c0787f8ee1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
(org-export-define-derived-backend 'gemini 'ascii
:menu-entry
'(?g "Export to Gemini"
'(?G "Export to Gemini"
((?b "To buffer"
(lambda (a s v b)
(org-gemini-export-to-buffer a s v b nil)))