In part 1 of the series, we discussed two ways to resize the emacs frame on startup. Here, we will use the display-pixel-width and display-pixel-height functions to automatically determine the proper size of the emacs frame. Option 3 (the package) As I tried to come up with a generic way to maximize the emacs frame [...]
Entries Tagged as 'x'
Maximize on Startup, Part 2
February 22nd, 2007 by Ryan McGeary · 59 Comments
Tags:elisp · osx · tips · windows · x
Maximize on Startup, Part 1
January 29th, 2007 by Ryan McGeary · 12 Comments
This is part one of a two-part series. Here we’ll discuss some straight forward options for maximizing and resizing the emacs window on startup. In part two, we’ll explore a more advanced alternative. I like to maximize my emacs window (aka frame) to fit the entire screen when I really want to focus on what [...]