summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-test.el b/cider-test.el
index 3a31860c..5386df56 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -198,7 +198,8 @@
\\{cider-test-report-mode-map}"
(setq buffer-read-only t)
- (setq-local truncate-lines t)
+ (when cider-special-mode-truncate-lines
+ (setq-local truncate-lines t))
(setq-local electric-indent-chars nil))
;; Report navigation