When editing code and the caret moves away from any variable or function, i.e. it's on a blank line the eldoc keeps shouting on the mini buffer
eldoc-error (void-function t)
Look at the image that shows the behaviour, the caret sits at line 26 (and for some reason it doesn't showed up on the image)
How can I configure it so it won't tell me anything whenever I'm not hovering over something with the caret? Ah, and there's one more thing, it is enabled EVERYWHERE, even on dried. I don't know why as I didn't tell him to do so. Even when there's some action on the mini buffer it keeps shouting the same error.
If anyone wants to see my configuration files, come here.
emacs -Q
(no init file)? If not, bisect your init file to find the culprit. Post a step-by-step recipe fromemacs -Q
to repro the problem. – Drew Jan 17 '24 at 15:38