From c5fcac33a985402e3b856795d51d03523ee68adc Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 3 Aug 2021 06:42:47 +0530 Subject: [PATCH] [hydra] org - use metadown/metaup instead of org-drag-element-* --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 400fc18..2cdab45 100644 --- a/init.org +++ b/init.org @@ -1545,8 +1545,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ("k" outline-show-branches "branches") ("" org-cycle "cycle") ;; modification - ("C" org-drag-element-backward "drag backward") - ("R" org-drag-element-forward "drag forward") + ("C" org-metaup "drag backward") + ("R" org-metadown "drag forward") ("H" org-promote-subtree "promote") ("S" org-demote-subtree "demote")) #+END_SRC