TeMPOraL / nyan-mode

Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!
GNU General Public License v3.0
794 stars 68 forks source link

Handle especially small windows #23

Closed aengelberg closed 8 years ago

aengelberg commented 9 years ago

If I have especially small windows in my frame (e.g. a sixteenth of the maximized frame) nyan cat will push all of the extra information out of the lower bar (modes, line number, git info, etc.). Perhaps it would be best to disable nyan cat for those cases, or make a resizable nyan that adapts to the window size?

TeMPOraL commented 8 years ago

Good point, I'll look into it.

TeMPOraL commented 8 years ago

Done! The value defaults to 64 Emacs units (whatever it is (window-width) returns) and is customizable!