Skip to content

Commit 8efd6e7

Browse files
yuhan0bbatsov
authored andcommitted
Restore tooltip functionality
1 parent 7d63e6c commit 8efd6e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,8 @@ See \(info \"(elisp) Special Properties\")"
10041004
(while-no-input
10051005
(when (and (bufferp obj)
10061006
(cider-connected-p)
1007-
cider-use-tooltips (not help-at-pt-display-when-idle))
1007+
cider-use-tooltips
1008+
(not (eq help-at-pt-display-when-idle t)))
10081009
(with-current-buffer obj
10091010
(ignore-errors
10101011
(save-excursion

0 commit comments

Comments
 (0)