Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 873 Bytes

README.markdown

File metadata and controls

21 lines (16 loc) · 873 Bytes

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.