manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

Use tab-line for Emacs 27 #95

Closed AmaiKinono closed 3 years ago

AmaiKinono commented 3 years ago

Emacs 27 has tab-line for displaying tabs. A benefit of using it is we can have both header-line and tab-line displayed. See this:

image

This is M-x list-packages. tab-line is used to display tabs, and header-line is used to display the header of the table. An obvious benefit is we no more need to hide tabs for such buffers, like *Flycheck Errors*.

You may want to:

manateelazycat commented 3 years ago

Thanks man