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

How to disable dimmer when using specific minibuffers #71

Open AnweshGangula opened 1 month ago

AnweshGangula commented 1 month ago

I'm using consult in my package and using the consult-line function regularly (an alternative to consult-line iscounsel-swiper`) - this an in-buffer mode which helps in searching for content in the buffer.

And I don't want dimmer to dim the document in which I'm trying to use the consult-line because that's the content I'm searching for is in.

How is this possible?