Skip to content

Commit 8c0790b

Browse files
committed
Fix the REPL font-lock explanation
1 parent 9448498 commit 8c0790b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,13 +558,13 @@ Buffer name will look like *cider-repl project-name:port*.
558558
(setq nrepl-buffer-name-show-port t)
559559
```
560560

561-
* Normally code you input in the REPL is font-locked with
562-
`cider-repl-input-face` (after you press `RET`) and results are
563-
font-locked with `cider-repl-result-face`. If you want them to be
564-
font-locked as in `clojure-mode` use the following:
561+
* Normally code in the REPL is font-locked the same way as in
562+
`clojure-mode`. Before CIDER 0.10 by default REPL input was font-locked with
563+
`cider-repl-input-face` (after you press `RET`) and results were font-locked with
564+
`cider-repl-result-face`. If you want to restore the old behaviour use:
565565

566566
```el
567-
(setq cider-repl-use-clojure-font-lock t)
567+
(setq cider-repl-use-clojure-font-lock nil)
568568
```
569569

570570
##### Pretty printing in the REPL

0 commit comments

Comments
 (0)