summaryrefslogtreecommitdiff
path: root/cider-classpath.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-12 12:24:03 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-12 12:24:03 +0200
commit767118618fe77c7e3899c3935147d5d71c4fb681 (patch)
treea5a9441a34bccc39ef0d3a27ec53cdbb2fbe0bd2 /cider-classpath.el
parentd0f60b2512a24270a6dd4c928079563d968b27ea (diff)
Change the name of the classpath browser buffer
Diffstat (limited to 'cider-classpath.el')
-rw-r--r--cider-classpath.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-classpath.el b/cider-classpath.el
index 63253033..c6e16cd0 100644
--- a/cider-classpath.el
+++ b/cider-classpath.el
@@ -27,7 +27,7 @@
(require 'cider-popup)
(require 'cider-compat)
-(defvar cider-classpath-buffer "*Classpath*")
+(defvar cider-classpath-buffer "*cider-classpath*")
(defvar cider-classpath-mode-map
(let ((map (make-sparse-keymap)))