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

optionally dont display any messages in the echo area #47

Open
Luis-Henriquez-Perez opened this issue Dec 8, 2020 · 2 comments
Open

Comments

@Luis-Henriquez-Perez
Copy link

I want the modeline display to be constant. I don't like the fact that when truncation is t the modeline is truncated. I find it jarring. But when I set it to nil, the echo area height changes between one and two lines long when a message is displayed. I also find this jarring and distracting. I'd like the option of just suppressing all messages, but still logging them to the messages buffer.

@kiennq
Copy link
Owner

kiennq commented Dec 8, 2020

You can probably advice mini-modeline-msg to ignore for that.

(advice-add 'mini-modeline-msg :around #'ignore)

@Luis-Henriquez-Perez
Copy link
Author

This makes the right side of my modeline disappear for much of the time. After setting this sometimes the right side is displayed, sometimes it isnt.

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