File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments