Move SPC b t to replace SPC p o by org-projectile/goto-todos

SPC p o was for projectile-multi-occur which is not really useful given
the alternative provided by Spacemacs

If this binding is really important we can consider adding it back
on SPC p O or find another way to integrate multi-occur in Spacemacs.
This commit is contained in:
syl20bnr 2016-08-31 22:23:09 -04:00
parent 3a28393a23
commit 463be7916c
3 changed files with 2 additions and 3 deletions

View File

@ -337,7 +337,6 @@
"pG" 'projectile-regenerate-tags
"pI" 'projectile-invalidate-cache
"pk" 'projectile-kill-buffers
"po" 'projectile-multi-occur
"pR" 'projectile-replace
"pT" 'projectile-test-project
"py" 'projectile-find-tag))

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 b t~ | Go to the TODOs for the current project |
| ~SPC p o~ | 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
"bt" 'org-projectile/goto-todos)
"po" 'org-projectile/goto-todos)
(with-eval-after-load 'org-capture
(require 'org-projectile)))
:config