summaryrefslogtreecommitdiff
path: root/cider-test.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-07-12 17:58:39 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-07-13 07:35:27 +0200
commita9918ef970c31cf207475d730ed3e8ff080170f8 (patch)
tree28d5297d94607755e0cf633ed9bda8b8da91b325 /cider-test.el
parentfbf12324d24ec18efd5ccd51e2cb1e740a1c2c54 (diff)
Initialize `sesman-system` in all CIDER modes
Diffstat (limited to 'cider-test.el')
-rw-r--r--cider-test.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-test.el b/cider-test.el
index d62b6c82..29d5e518 100644
--- a/cider-test.el
+++ b/cider-test.el
@@ -224,6 +224,7 @@ Add to this list to have CIDER recognize additional test defining macros."
(setq buffer-read-only t)
(when cider-special-mode-truncate-lines
(setq-local truncate-lines t))
+ (setq-local sesman-system 'CIDER)
(setq-local electric-indent-chars nil))
;; Report navigation