summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 63e26dd..925b69c 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -2,9 +2,9 @@
:ensure nil ;; package is bundled with emacs
:bind (("C-c c" . org-capture)
("C-c a" . org-agenda)
- ("C-c y" . org-archive-subtree)
("C-c l" . org-store-link)
("C-c f" . org-indent-region)
+ ("C-c o a" . org-archive-subtree)
("C-c o s" . org-save-all-org-buffers))
:config
;; file and tree where archived tasks should be moved