branch: elpa/cider
commit 8efd6e7331961bfb13cd5ab856776d334ed03a80
Author: yuhan0 <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Restore tooltip functionality
---
cider-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cider-mode.el b/cider-mode.el
index ba6bbfc33c..859e064dc6 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -1004,7 +1004,8 @@ See \(info \"(elisp) Special Properties\")"
(while-no-input
(when (and (bufferp obj)
(cider-connected-p)
- cider-use-tooltips (not help-at-pt-display-when-idle))
+ cider-use-tooltips
+ (not (eq help-at-pt-display-when-idle t)))
(with-current-buffer obj
(ignore-errors
(save-excursion