When I open config.el or init.el the Tab-Bar appears normal. But as soon as I open a .patch, .rs or .ebuild file, it disappears.
Apparently the bar is still there, only the tabs are not displayed. When i do M-x centaur-tabs-mode the bar disappears. (like it should, I only did this for testing what I am seeing there)
I also can not switch between tabs with g-t or g-T once the tabs disappear. When I press g-t is says “Wrong type argument: stringp, (Git “~/guru/”)” at the bottom.
I commented my whole config.el out to make sure it’s not because I configured something wrong. Problem is still there.
What did you expect to happen?
Tabs are there regardless of the file.
Steps to reproduce
Open init.el / config.el
Tabs are there
Open some other .patch, .rs or .ebuild, tabs disappear
System information
Loading data dump...
/ edit
I jumped the 27.2 real quick and have the same issue.
I deleted ~/.doom.d for my user and ~/.emacs.d, then reinstalled doom with clone the github repo and running doom install. Problem is still there.
The problem came when I did a doom upgrade a few days ago. Is there a way to revert the tabs package to an earlier version?
thanks for your reply. I tried checking out tabs with a commit that certainly is older than what I used before the upgrade, but is still behaves like this.
But I figured something new out. It is not the type of file, that is causing this behavior, it is when this file is in a git repository.
Maybe it has something to do with how centaur-tabs groups things by default.