mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2012 from jdnavarro/develop
lang/org: add org-archive-subtree keybind
This commit is contained in:
@ -633,6 +633,7 @@ between the two."
|
|||||||
(:when (featurep! :completion helm)
|
(:when (featurep! :completion helm)
|
||||||
"." #'helm-org-in-buffer-headings
|
"." #'helm-org-in-buffer-headings
|
||||||
"/" #'helm-org-agenda-files-headings)
|
"/" #'helm-org-agenda-files-headings)
|
||||||
|
"A" #'org-archive-subtree
|
||||||
"d" #'org-deadline
|
"d" #'org-deadline
|
||||||
"e" #'org-export-dispatch
|
"e" #'org-export-dispatch
|
||||||
"f" #'org-footnote-new
|
"f" #'org-footnote-new
|
||||||
|
Reference in New Issue
Block a user