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

support eldoc-box #67

Open
unhammer opened this issue Feb 9, 2024 · 0 comments
Open

support eldoc-box #67

unhammer opened this issue Feb 9, 2024 · 0 comments

Comments

@unhammer
Copy link

unhammer commented Feb 9, 2024

eldoc-box-hover-mode from https://github.com/casouri/eldoc-box needs a configure, maybe something like

(defun dimmer--is-eldoc-box ()
    (equal eldoc-box--buffer (buffer-name)))
  (add-to-list 'dimmer-prevent-dimming-predicates
               #'dimmer--is-eldoc-box)

(also, a new tag would be nice, stable.melpa.org installs one that fails with newer emacsen due to define-obsolete-variable-alias missing the version string)

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

1 participant