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 dimmer when using specific minibuffers #71

Open
AnweshGangula opened this issue Jun 25, 2024 · 1 comment
Open

How to disable dimmer when using specific minibuffers #71

AnweshGangula opened this issue Jun 25, 2024 · 1 comment

Comments

@AnweshGangula
Copy link

I'm using consult in my package and using the consult-line function regularly (an alternative to consult-line is counsel-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?

@Davidbrcz
Copy link

Not sure it will help you, but customize for dimmer shows

  • Dimmer Buffer Exclusion Regexps:
  • Dimmer Prevent Dimming Predicated

My choices are

^ \*which-key\*$     
^ \*LV\*$            
^ \*transient\*$     
^ \*Minibuf-[0-9]+\*$
^ \*Echo.*\*$        

and

which-key--popup-showing-p
window-minibuffer-p       

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

2 participants