From 3aa0d8c1b127f2609c684c66b24c0974b507ddee Mon Sep 17 00:00:00 2001 From: Eric Danan Date: Wed, 18 Jul 2018 17:50:32 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51e9515..9874d2b 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ If not inside a project, the project templates are ignored and only the regular ## The `counsel-projectile-org-agenda` command Default key binding: C-c p O a. -This command opens the current projects agenda. It simply calls `org-agenda` after filtering out all agenda files that do not belong to the current project. +This command opens the current project's agenda. It simply calls `org-agenda` after filtering out all agenda files that do not belong to the current project. # Configuration ## Enabling counsel-projectile mode when emacs starts To automatically enable counsel-projectile mode when emacs starts, you can either use the Customize interface to toggle on the variable `counsel-projectile-mode` and save your customization, or add `(counsel-projectile-mode)` to your init file.