Comment 2 for bug 478709

Revision history for this message
Jeffrey Ratcliffe (jeffreyratcliffe) wrote : Re: [Bug 478709] Re: emacs uses huge default font

Setting a smaller default font then left large portions of the screen
unused. This I then had to fix with

(set-frame-size (selected-frame) 110 29)

in my .emacs

Strangely, this is not strictly followed - it gives me 110x28 on
startup. If I do it again by hand afterwards, the frame size is
correctly set.