mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tweak(org): map f to org-footnote-action
This commit is contained in:
committed by
Henrik Lissner
parent
a5ce61aa55
commit
a03d30047c
@ -804,7 +804,7 @@ between the two."
|
|||||||
"/" #'consult-org-agenda)
|
"/" #'consult-org-agenda)
|
||||||
"A" #'org-archive-subtree
|
"A" #'org-archive-subtree
|
||||||
"e" #'org-export-dispatch
|
"e" #'org-export-dispatch
|
||||||
"f" #'org-footnote-new
|
"f" #'org-footnote-action
|
||||||
"h" #'org-toggle-heading
|
"h" #'org-toggle-heading
|
||||||
"i" #'org-toggle-item
|
"i" #'org-toggle-item
|
||||||
"I" #'org-id-get-create
|
"I" #'org-id-get-create
|
||||||
|
Reference in New Issue
Block a user