summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 3c96d71..ef49d32 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -101,6 +101,7 @@ The hook functions and `org-store-link' are called within a
(define-key km/global-org-map "a" 'org-agenda)
(define-key km/global-org-map "b" 'org-iswitchb)
(define-key km/global-org-map "s" 'org-save-all-org-buffers)
+(define-key km/global-org-map "w" 'org-refile-goto-last-stored)
(define-key km/global-org-map "p" 'poporg-dwim)
(key-chord-define-global ",a" 'org-agenda)