summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-26 17:31:25 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-26 17:31:25 +0200
commit73a121ef2e87d0294ac324d3ddcfb1cbf03353f9 (patch)
tree32ff31e077df18f59e4d631c6bab432112ad804b /cider-selector.el
parent066c5f397c97824bcd1c9cc905ca816f2ab83953 (diff)
Add a way to jump to the tooling session's messages
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 fc016862..91e4fc4d 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -145,6 +145,10 @@ is chosen. The returned buffer is selected with
"*nrepl-messages* buffer."
(cider-current-messages-buffer))
+(def-cider-selector-method ?M
+ "Tooling *nrepl-messages* buffer."
+ (cider-current-tooling-messages-buffer))
+
(def-cider-selector-method ?x
"*cider-error* buffer."
cider-error-buffer)