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.
1 parent 3718823 commit c4f9513Copy full SHA for c4f9513
cider-apropos.el
@@ -93,6 +93,7 @@ and be case-sensitive (based on CASE-SENSITIVE-P)."
93
'font-lock-face apropos-match-face doc)))
94
doc)
95
96
+(defvar cider-use-tooltips)
97
(defun cider-apropos-result (result query docs-p)
98
"Emit a RESULT matching QUERY into current buffer, formatted for DOCS-P."
99
(nrepl-dbind-response result (name type doc)
0 commit comments