Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dholm/tabbar

Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.
https://github.com/dholm/tabbar

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

To produce the tiff images:

convert close-tab12.png close-tab24.png close-tab.tiff

To set DPI correctly:

convert -units PixelsPerInch close-tab24.png -density 184 close-tab\@2x.png
convert -units PixelsPerInch close-tab12.png -density 92 close-tab.png
convert close-tab.png close-tab\@2x.png close-tab.tiff