diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index d7851b2b8..8e86329a9 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -467,4 +467,4 @@ org-present must be activated explicitly by typing: ~SPC SPC org-present~ |-------------------+---------------------------------------------------------| | ~SPC a o p~ | Capture a TODO for the current project | | ~SPC u SPC a o p~ | Capture a TODO for any given project (choose from list) | -| ~SPC a o P~ | Go to the TODOs for the current project | +| ~SPC b t~ | Go to the TODOs for the current project | diff --git a/layers/+emacs/org/packages.el b/layers/+emacs/org/packages.el index aa685b2f3..696144901 100644 --- a/layers/+emacs/org/packages.el +++ b/layers/+emacs/org/packages.el @@ -509,7 +509,7 @@ Headline^^ Visit entry^^ Filter^^ Da (progn (spacemacs/set-leader-keys "aop" 'org-projectile/capture - "aoP" 'org-projectile/goto-todos) + "bt" 'org-projectile/goto-todos) (with-eval-after-load 'org-capture (require 'org-projectile))) :config