fniessen / emacs-leuven-theme

This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696 stars 59 forks source link

minibuffer height changes constantly when moving cursor across orgmode buffer #42

Closed et2010 closed 3 years ago

et2010 commented 7 years ago

When I move cursor up/down in orgmode, the minibuffer will echo the heading and since the heading line is taller than others, the height of minibuffer will change constantly when I do so. I find it's annoying. Is there a way to fix this? Thanks!

BTW, the variable resize-mini-windows is set to grow-only, and leuven-scale-outline-headlines and leuven-scale-org-agenda-structure are both set to nil.

fniessen commented 7 years ago

Dear, I don't have that behavior; never saw it (for years). Using GNU Emacs 25.2 on Windows right now. See video at https://www.screencast.com/t/9PIvq31Jj9rg.

Can you test with a minimal Emacs configuration? Can you test with another version of Emacs? Or with other themes?

et2010 commented 7 years ago

Sorry for the delay. I can't see the video but here's what I got on my computer:

leuven

I didn't figure out how to use leuven theme with a minimal configuration on spacemacs. I tried spacemacs-dark theme, it has the same behavior but that theme scales the org heading font and has no option to turn off the scaling. So I don't think that will help.

Do you have any idea what is causing this? Thanks!

fniessen commented 7 years ago

OK, it's now clear what you meant. I was thinking you were switching between buffers (with C-x o).

Indeed, I also experience what you show. I will have a look at it.

fniessen commented 3 years ago

Dear @et2010 , would you wanna try setting leuven-scale-outline-headlines to nil?