summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-06-06 14:41:14 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-06-06 14:41:14 +0300
commitb1db3aa9df511946201fff4cddb3a1c2b2028ccd (patch)
tree5c7caa1e2b831f126cadcbb669ace77ce83aed71 /cider-selector.el
parent5e23b8dc4d54159c3f24f3f1318833df9fc28ec2 (diff)
Make it possible to select the error buffer via cider-select
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 97a7c745..11e08d7a 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -146,6 +146,10 @@ is chosen. The returned buffer is selected with
"*nrepl-messages* buffer."
nrepl-message-buffer-name)
+(def-cider-selector-method ?x
+ "*cider-error* buffer."
+ cider-error-buffer)
+
(def-cider-selector-method ?s
"Cycle to the next CIDER connection's REPL."
(cider-rotate-connection)