summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Sutton <danielsutton01@gmail.com>2016-11-15 07:05:41 -0600
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-11-27 17:14:49 +0200
commit5e934401d961ddbb7327b4c46a7eeed28fb85578 (patch)
tree3ac3c585f999557a92d58d72c5d6d77995317652 /CHANGELOG.md
parent3e9986050c5cbaee7718c7ec7c17eab5f6a586a2 (diff)
Control pretty print width with variable
Use 'cider-repl-pretty-print-width' to control the width that the pretty printer uses on the repl. If nil, default to fill-column, and finally to 80 if fill-column can be not set.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 783ec582..526c429c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
### Bugs Fixed
* [#1707](https://github.com/clojure-emacs/cider/issues/1707): Allow to customize line truncating in CIDER's special buffers.
+* [#1876](https://github.com/clojure-emacs/cider/issues/1876): Set pretty-printing width with `cider-repl-pretty-print-width`. If this variable is not set, fall back to `fill-column`.
## 0.14.0 (2016-10-13)