summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-08-05 11:32:16 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-05 13:16:58 +0300
commit1c9f9e33a2c3995774953e43906148200b11507e (patch)
tree76539a85fec51fcf52ef02d4c8071b1b4eb06887 /cider-selector.el
parentd4cd579f5fa487c3af11c319c4c4c44dfe0c00df (diff)
Rename `cider-describe-current-connection` -> `cider-describe-connection`
.. because it accepts an explicit REPL argument now.
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 3163e6fa..a21032db 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -34,6 +34,7 @@
(require 'cider-client)
(require 'cider-eval)
(require 'cider-scratch)
+(require 'cider-profile)
(defconst cider-selector-help-buffer "*CIDER Selector Help*"
"The name of the selector's help buffer.")