summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index 4485c84..bc68d07 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -4,7 +4,8 @@
("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 f" . org-indent-region)
+ ("C-c s" . org-save-all-org-buffers))
:config
;; file and tree where archived tasks should be moved
(setq org-archive-location "%s_archive::* Archived Tasks")