gnu.emacs.help
[Top] [All Lists]

set window size on init

Subject: set window size on init
From: Xah Lee
Date: Tue, 10 Nov 2009 11:57:14 -0800 PST
Newsgroups: gnu.emacs.help, comp.emacs

i have, at the end of my .emacs this code:

; set window size to 100x58 chars.
(set-frame-size (selected-frame) 100 58)

however, it doesn't work.
But eval-region the code itself would work.

Anyone know why's that?

Thanks.

  Xah
â http://xahlee.org/

â

<Prev in Thread] Current Thread [Next in Thread>