gonewest818 / dimmer.el

Interactively highlight which buffer is active by dimming the others.
GNU General Public License v3.0
267 stars 14 forks source link

support eldoc-box #67

Open unhammer opened 6 months ago

unhammer commented 6 months ago

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)