diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2018-07-21 12:39:39 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2018-07-21 12:39:39 +0300 |
| commit | b90b950eead64b171d528098d186c19804739aa0 (patch) | |
| tree | f9f01d93a3a7a8a305e16579cf5acd7d9cec890a /README.md | |
| parent | ebdde776189d335152cb24515b203b3b3f64e471 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
