tabbar

https://github.com/dholm/tabbar.git

git clone 'git://github.com/dholm/tabbar.git'
67

TabBarMode

This is a fork of the Aquamacs TabBarMode implementation which is an up-to date version of this minor mode. TabBarMode is perfectly portable between different Emacs implementations and this repository is intended to provide just that.

Since the repository is a filtered clone of the Aquamacs Git repo and hence it should be perfectly possible to track changes made upstream.

Settings

If you are experiencing slowdowns when using tabbar with graphics it might be caused by issues with transparency. Try setting (setq 'tabbar-use-images nil) to work around this issue. Originally identified by Tom Regner on stackoverflow.