From 3db6325e04a4607b4c34f8dd695b36734ec81798 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 15 Apr 2014 23:11:47 -0400 Subject: Change org-refile-to-other* bindings Make consistent with `org-refile'. --- lisp/init-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-org.el') diff --git a/lisp/init-org.el b/lisp/init-org.el index 4785590..af5361c 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -231,9 +231,9 @@ MAXLEVEL (defaults to 2)." (eval-after-load 'org '(add-to-list 'org-mode-hook '(lambda () - (local-set-key (kbd "C-c m r") + (local-set-key (kbd "C-c m w") 'km/org-refile-to-other-org-buffer) - (local-set-key (kbd "C-c m R") + (local-set-key (kbd "C-c m W") 'km/org-refile-to-other-file) (local-set-key (kbd "C-c m o") 'ace-link-org)))) -- cgit v1.2.3