From 07a3c384b42b2e9ab8bdbd9bf7bdf67c0f8d293c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 21 Sep 2016 23:51:11 -0400 Subject: Add org-agenda-refile-dwim command --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index e73b2c1..9c4798d 100644 --- a/init.el +++ b/init.el @@ -269,6 +269,7 @@ ;; Bind `org-agenda-follow-mode' to same key as ;; `next-error-follow-minor-mode'. ("C-c C-f" . org-agenda-follow-mode) + ("C-c C-w" . km/org-agenda-refile-dwim) ("C-o" . org-agenda-show-and-scroll-up) ;; Free up 'j' for `km/org-agenda-avy-goto-subword-1'. ("C-j" . org-agenda-goto-date))) -- cgit v1.2.3