ema2159 / centaur-tabs

Emacs plugin aiming to become an aesthetic, modern looking tabs plugin
GNU General Public License v3.0
727 stars 50 forks source link

visual-fill-column-mode conflict #189

Open basaran opened 1 year ago

basaran commented 1 year ago

Hello,

I am using a package called visual-fill-column-mode, which trims the margins on a buffer based on the fill-column value. It works together with visual-line-mode to create something like this.

image

As you see, this allows me to create a nice slim view of the buffer that makes it easier to read things regardless of the frame size. Things will always fold at the fill-width.

Centaur-tabs is also somehow effected by visual-fill-column-mode though. Even though I have more buffers in this group, it thinks there is no space to show them. But not always, only if the buffer is on the right. Please see below:

image

Is there a way I can disable visual-fill-mode for the tab-line? Hope it makes sense.