summaryrefslogtreecommitdiff
path: root/cider-repl-history.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-repl-history.el
parentfbf12324d24ec18efd5ccd51e2cb1e740a1c2c54 (diff)
Initialize `sesman-system` in all CIDER modes
Diffstat (limited to 'cider-repl-history.el')
-rw-r--r--cider-repl-history.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-repl-history.el b/cider-repl-history.el
index 4ec51da5..f6cd4c86 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -692,6 +692,7 @@ text from the *cider-repl-history* buffer."
"Major mode for browsing the entries in the command input history.
\\{cider-repl-history-mode-map}"
+ (setq-local sesman-system 'CIDER)
(define-key cider-repl-history-mode-map (kbd "n") 'cider-repl-history-forward)
(define-key cider-repl-history-mode-map (kbd "p") 'cider-repl-history-previous)
(define-key cider-repl-history-mode-map (kbd "SPC") 'cider-repl-history-insert-and-quit)