summaryrefslogtreecommitdiff
path: root/nrepl-client.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 /nrepl-client.el
parentfbf12324d24ec18efd5ccd51e2cb1e740a1c2c54 (diff)
Initialize `sesman-system` in all CIDER modes
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 5fa572e2..8415a600 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1136,6 +1136,7 @@ operations.")
\\{nrepl-messages-mode-map}"
(when cider-special-mode-truncate-lines
(setq-local truncate-lines t))
+ (setq-local sesman-system 'CIDER)
(setq-local electric-indent-chars nil)
(setq-local comment-start ";")
(setq-local comment-end "")