Merge pull request #330 from seanfisk/fix-lisp-readme
Fix lisp code blocks in README.
This commit is contained in:
commit
576aec6fd3
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
its command to `nil`. For example, to disable the `kk` key-chord add the
|
||||||
following line:
|
following line:
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
(key-chord-define-global "jj" nil)
|
(key-chord-define-global "jj" nil)
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're an `evil-mode` user you'll probably do well to disable `key-chord-mode` altogether:
|
If you're an `evil-mode` user you'll probably do well to disable `key-chord-mode` altogether:
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
(key-chord-mode -1)
|
(key-chord-mode -1)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Automatic package installation
|
## Automatic package installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue