summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bc68d07..f5cd58a 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -5,7 +5,7 @@
("C-c y" . org-archive-subtree)
("C-c l" . org-store-link)
("C-c f" . org-indent-region)
- ("C-c s" . org-save-all-org-buffers))
+ ("C-c o s" . org-save-all-org-buffers))
:config
;; file and tree where archived tasks should be moved
(setq org-archive-location "%s_archive::* Archived Tasks")