summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 2d5722d5..54edc3b6 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -519,6 +519,7 @@ reading input."
(set-syntax-table clojure-mode-syntax-table)
(add-hook 'completion-at-point-functions
#'cider-complete-at-point nil t)
+ (setq-local eldoc-documentation-function #'cider-eldoc)
(run-hooks 'eval-expression-minibuffer-setup-hook))
(read-from-minibuffer prompt initial-value
cider-minibuffer-map nil