mattfidler / tabbar-ruler.el

Tabbar Ruler Mode
54 stars 10 forks source link

2 rows of tabs? #41

Closed boudiccas closed 8 years ago

boudiccas commented 8 years ago

Is it possible to have tabbar-ruler to use 2 rows of tabs please? This would really help where I'm working with big projects.

mattfidler commented 8 years ago

You have a great point. It would be great to have two rows.

tabbar-mode is implemented with the variable header-line-format. Currently this only supports a single line.

For example, without tabbar-mode enabled:

(setq header-line-format "test\ntest2")

should be on two lines for this to work. However, you get:

image

Sorry :(