summaryrefslogtreecommitdiff
path: root/cider-classpath.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:01:56 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:01:56 +0200
commit856b83e4c8dc1db63e94a27e0253a992b3aac4e2 (patch)
tree22e14dd10613115c476df1df5954fb94ad62a0e4 /cider-classpath.el
parent265771092a8d3c9f12fd12ed9f6b743f54cbd4ea (diff)
Track a few more ancillary buffers
Diffstat (limited to 'cider-classpath.el')
-rw-r--r--cider-classpath.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-classpath.el b/cider-classpath.el
index 2e73d011..5fd8b4fe 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -29,6 +29,8 @@
(defvar cider-classpath-buffer "*cider-classpath*")
+(push cider-classpath-buffer cider-ancillary-buffers)
+
(defvar cider-classpath-mode-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map cider-popup-buffer-mode-map)