You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be some message that Embark displays using eldoc functionality? You can take a look at eldoc-documentation-functions and see if there's anything you can configure.
;; Show the Embark target at point via Eldoc. You may adjust the Eldoc
;; strategy, if you want to see the documentation from multiple providers.
(add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)
;; (setq eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly)
States you can adjust strategy, but I found out it was still just to chatty and took-out that hook.
is there a way to prevent the "embark on _____" messages from appearing in eldoc-boxes?
The text was updated successfully, but these errors were encountered: