We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c43b727 + 502c6d3 commit a13c12fCopy full SHA for a13c12f
cider-interaction.el
@@ -519,6 +519,7 @@ reading input."
519
(set-syntax-table clojure-mode-syntax-table)
520
(add-hook 'completion-at-point-functions
521
#'cider-complete-at-point nil t)
522
+ (setq-local eldoc-documentation-function #'cider-eldoc)
523
(run-hooks 'eval-expression-minibuffer-setup-hook))
524
(read-from-minibuffer prompt initial-value
525
cider-minibuffer-map nil
0 commit comments