summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorBartłomiej Kruczyk <bartlomiej.kruczyk@gmail.com>2016-10-15 09:18:23 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-16 14:21:41 +0300
commit1491f7d6060f07e23fafc360e6e5cff128439e27 (patch)
tree9d6faecf2e8877109a55a55f3ff888c3e0e4dd05 /cider-test.el
parent041b3e1da149ba0cc1241fd8923a79eff166664d (diff)
[Fix #1707] Add customization for line truncating in special buffers
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