Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable "embark on _____" messages from appearing #86

Open
margaretjoanmiller opened this issue Aug 26, 2023 · 2 comments
Open

Comments

@margaretjoanmiller
Copy link

is there a way to prevent the "embark on _____" messages from appearing in eldoc-boxes? eldoc box example of embark message

@casouri
Copy link
Owner

casouri commented Oct 9, 2023

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.

@jeff-phil
Copy link

@0x4d6165 This is caused by this hook that I assume you have set:

(add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target)

Here's the full text from example config on #oantolin/embark

;; 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants