mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix 'SPC m r O' keybind in org-mode
This commit is contained in:
@ -681,7 +681,7 @@ between the two."
|
|||||||
"l" #'+org/refile-to-last-location
|
"l" #'+org/refile-to-last-location
|
||||||
"f" #'+org/refile-to-file
|
"f" #'+org/refile-to-file
|
||||||
"o" #'+org/refile-to-other-window
|
"o" #'+org/refile-to-other-window
|
||||||
"O" #'+org/refile-to-other-buffers
|
"O" #'+org/refile-to-other-buffer
|
||||||
"v" #'+org/refile-to-visible
|
"v" #'+org/refile-to-visible
|
||||||
"r" #'org-refile)) ; to all `org-refile-targets'
|
"r" #'org-refile)) ; to all `org-refile-targets'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user