From fdcb9a8f0783393e23b07168743c18c478c4a98a Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Wed, 29 May 2013 15:03:39 -0600 Subject: [PATCH] Fix lisp code blocks in README. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3cc5855..81c1227 100644 --- a/README.md +++ b/README.md @@ -276,15 +276,15 @@ in which case you can disable the binding in your `personal.el` file by setting its command to `nil`. For example, to disable the `kk` key-chord add the following line: - ```lisp - (key-chord-define-global "jj" nil) - ``` +```lisp +(key-chord-define-global "jj" nil) +``` If you're an `evil-mode` user you'll probably do well to disable `key-chord-mode` altogether: - ```lisp - (key-chord-mode -1) - ``` +```lisp +(key-chord-mode -1) +``` ## Automatic package installation