feat: change initial key to capital G on org-export
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
28736ce6c0
commit
c0787f8ee1
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user