Change SPC aoP to SPC bt (thanks ralesi)

This commit is contained in:
Eivind Fonn 2016-08-30 16:21:58 +02:00
parent a7232d53e7
commit 7427c03b46
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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