From e9d3344f84082353cb84ef17cb3928ac9dfe9d20 Mon Sep 17 00:00:00 2001 From: Ben Ide Date: Thu, 14 Mar 2019 15:50:41 -0400 Subject: [PATCH] fixed typo ("capture" -> "agenda") (#123) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bab4f..8c81616 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ New commands: | C-c p SPC | `counsel-projectile` | Jump to a project buffer or file, or switch project | | C-c p s i | `counsel-projectile-git-grep` | Search project with git grep | | C-c p O c | `counsel-projectile-org-capture` | Capture into project | -| C-c p O a | `counsel-projectile-org-capture` | Open project agenda | +| C-c p O a | `counsel-projectile-org-agenda` | Open project agenda | ## The `counsel-projectile` command Default key binding: C-c p SPC.