summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-16 08:23:59 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-16 08:24:22 +0300
commitac9b7d33272f333935940870617e048014157c7a (patch)
tree5d36eab4f44a36b276568c2f22a982c53c0644a5 /README.md
parent91a15d4f7a0b6c23ab1831e5f603bd6fc0f8f279 (diff)
Reflow a few long lines
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 14af685c..eeac9aba 100644
--- a/README.md
+++ b/README.md
@@ -706,14 +706,17 @@ CIDER integration for `eval-sexp-fu`.
### Overlays
-When you evaluate code in Clojure files, the result is displayed in the buffer itself, in an overlay right after the evaluated code.
-If you want this overlay to be font-locked (syntax-highlighted) like Clojure code, set the following variable.
+When you evaluate code in Clojure files, the result is displayed in the buffer
+itself, in an overlay right after the evaluated code. If you want this overlay
+to be font-locked (syntax-highlighted) like Clojure code, set the following
+variable.
```el
(setq cider-ovelays-use-font-lock t)
```
-You can disable overlays entirely (and display results in the echo-area at the bottom) with the `cider-use-overlays` variable.
+You can disable overlays entirely (and display results in the echo-area at the
+bottom) with the `cider-use-overlays` variable.
```el
(setq cider-use-overlays nil)