aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-04-16 16:54:06 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2020-04-16 16:54:06 +0300
commiteec569dc3268ca8b89e973c5822e37dc3753a752 (patch)
treefcf2f8fbffefc6bf39a603c4ded4fa7fa7608ac6 /README.md
parent56e18fcefa2f286edfec98853189985823d0e53c (diff)
Fix code examples markup
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 3f92124..7d4e4f6 100644
--- a/README.md
+++ b/README.md
@@ -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)