Closed leafarbelm closed 11 months ago
Hmm, try removing eldoc-idle-delay
, or set it to something less than 1. I think that's the reason why you are seeing outdated doc.
Hi, it actually worked but I'm trying to remove the auto pop-up to have the docs only popping up when i press the key that's why a had a long eldoc-idle-delay
time, any ideas on how i can accomplish this?
Then you should turn off eldoc-box-hover-at-point-mode, eldoc-box-help-at-point along will do what you want.
Thanks! its working great now, congrats in the package!
I'm trying to add a key bind to
eldoc-box-help-at-point
but first it dind't show the frame so i add it to theeldoc-box-self-insert-command-list
and its showing now but it shows the wrong docs when using the key bind but if i way to display automatically it works correct, here's the config:I also notice it only works after it shows the docs automatically at least one time before that i get the following error:
funcall-interactively: Wrong type argument: stringp, nil
I'm doing something wrong?