• Stars
    star
    177
  • Rank 215,985 (Top 5 %)
  • Language
    Emacs Lisp
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.

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.