diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-04-16 16:54:06 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-04-16 16:54:06 +0300 |
| commit | eec569dc3268ca8b89e973c5822e37dc3753a752 (patch) | |
| tree | fcf2f8fbffefc6bf39a603c4ded4fa7fa7608ac6 /README.md | |
| parent | 56e18fcefa2f286edfec98853189985823d0e53c (diff) | |
Fix code examples markup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ simply `apt-get install elpa-projectile`. Finally add this to your Emacs config: -```el +```elisp (projectile-mode +1) (define-key projectile-mode-map (kbd "s-p") 'projectile-command-map) (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map) |
