summaryrefslogtreecommitdiff
path: root/cider-connection.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-24 11:41:48 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-24 11:41:48 +0300
commit73d4d887225cabfa384fbd9b38b29da027e8e85e (patch)
treedad6873a8b1f0feef33b11c6251792ebb71eee9f /cider-connection.el
parent4f3f6b0d7ab5a11547efd62f5187cc931d8ac697 (diff)
Move cider-nrepl-session-buffer where it belongs
Diffstat (limited to 'cider-connection.el')
-rw-r--r--cider-connection.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/cider-connection.el b/cider-connection.el
index 3d65efc2..42df51b1 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -334,6 +334,9 @@ Don't restart the server or other connections within the same session. Use
(message "%s" (cider--connection-info (cider-current-repl))))
(define-obsolete-function-alias 'cider-display-connection-info 'cider-describe-current-connection "0.18.0")
+(defconst cider-nrepl-session-buffer "*cider-nrepl-session*")
+(add-to-list 'cider-ancillary-buffers cider-nrepl-session-buffer)
+
(defun cider-describe-nrepl-session ()
"Describe an nREPL session."
(interactive)