Commit 808d848e29e4

Vincent Demeester <vincent@sbr.pm>
2019-01-22 07:43:03
setup-org: more binding
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 1149b34
Changed files (1)
lisp/setup-org.el
@@ -10,6 +10,8 @@
   :hook (org-mode . vde/org-mode-hook)
   :bind (("C-c c" . org-capture)
          ("C-c l" . org-store-link)
+         ("C-c o r" . org-refile)
+         ("C-c o a" . org-agenda-refile)
          ("C-c a" . org-agenda))
   :config
   (setq org-modules
@@ -225,6 +227,7 @@ like this : [[pt:REGEXP:FOLDER]]"
 
 (use-package org-todoist
   :after (org)
+  :bind (("C-c o s" . org-todoist-sync))
   :config
   (setq org-todoist-file "~/desktop/org/todoist.org"))
 
@@ -234,4 +237,3 @@ like this : [[pt:REGEXP:FOLDER]]"
 ;; coding: utf-8
 ;; indent-tabs-mode: nil
 ;; End:
-