summaryrefslogtreecommitdiff
path: root/cider-scratch.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-scratch.el
parentfbf12324d24ec18efd5ccd51e2cb1e740a1c2c54 (diff)
Initialize `sesman-system` in all CIDER modes
Diffstat (limited to 'cider-scratch.el')
-rw-r--r--cider-scratch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-scratch.el b/cider-scratch.el
index 8dce4b27..f1c3e93d 100644
--- a/cider-scratch.el
+++ b/cider-scratch.el
@@ -73,7 +73,8 @@
Like clojure-mode except that \\[cider-eval-print-last-sexp] evals the Lisp expression
before point, and prints its value into the buffer, advancing point.
-\\{cider-clojure-interaction-mode-map}")
+\\{cider-clojure-interaction-mode-map}"
+ (setq-local sesman-system 'CIDER))
(defun cider-scratch--insert-welcome-message ()
"Insert the welcome message for the scratch buffer."