skeeto/javadoc-lookup

Is there an option to use helm instead of ido to do completing-read?

Closed this issue · 2 comments

as title.

Oh, cool! Thank you! It was my bad, I tried to redefine the variable javadoc-lookup-completing-read-function, after I set the variables instead of redefine it. It solved the problem.

(setq javadoc-lookup-completing-read-function #'completing-read)