feat(org): bind '<localleader> r R' to org-refile-reverse

This commit is contained in:
Edmund Miller
2022-10-28 19:51:30 -05:00
committed by GitHub
parent f6602ab27b
commit 3ae293e37a

View File

@ -1076,7 +1076,8 @@ between the two."
"o" #'+org/refile-to-other-window
"O" #'+org/refile-to-other-buffer
"v" #'+org/refile-to-visible
"r" #'org-refile) ; to all `org-refile-targets'
"r" #'org-refile
"R" #'org-refile-reverse) ; to all `org-refile-targets'
(:prefix ("s" . "tree/subtree")
"a" #'org-toggle-archive-tag
"b" #'org-tree-to-indirect-buffer