aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-21 12:39:39 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-21 12:39:39 +0300
commitb90b950eead64b171d528098d186c19804739aa0 (patch)
treef9f01d93a3a7a8a305e16579cf5acd7d9cec890a /README.md
parentebdde776189d335152cb24515b203b3b3f64e471 (diff)
Change the prefix for the Projectile mode commands to `C-c C-p`
This brings the default keymap in line with the established Emacs conventions. If someone misses the old keybinding: ``` (setq projectile-keymap-prefix (kbd "C-c p")) ```
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 897d1df..a540b61 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ simply `apt-get install elpa-projectile`.
### Basic Usage
-Enable `projectile-mode`, open a file in one of your projects and type a command such as <kbd>C-c p f</kbd>.
+Enable `projectile-mode`, open a file in one of your projects and type a command such as <kbd>C-c C-p f</kbd>.
See the user manual for more details.