Skip to content

Commit a13c12f

Browse files
committed
Merge pull request #1108 from tsdh/master
Set eldoc function when reading from minibuffer
2 parents c43b727 + 502c6d3 commit a13c12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-interaction.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ reading input."
519519
(set-syntax-table clojure-mode-syntax-table)
520520
(add-hook 'completion-at-point-functions
521521
#'cider-complete-at-point nil t)
522+
(setq-local eldoc-documentation-function #'cider-eldoc)
522523
(run-hooks 'eval-expression-minibuffer-setup-hook))
523524
(read-from-minibuffer prompt initial-value
524525
cider-minibuffer-map nil

0 commit comments

Comments
 (0)