[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How To Set Size Of Emacs At Startup?
From: |
François Fleuret |
Subject: |
Re: How To Set Size Of Emacs At Startup? |
Date: |
02 Jun 2003 17:58:29 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Hi,
Eladio Ventura wrote on 02 Jun 2003 18:20:40 MET:
> When I launch emacs the screen is 80x30, but I'd KILL to have it
> expand to a nice size 85x53 at startup. Does anyone know which
> variables I have to set?
In your .Xdefaults (or .Xresource) :
,----
| Emacs.geometry: 85x53+0+0
`----
the +0+0 puts it in the upper-left corner of the screen.
You can take into account changes made after the X server has been
started by using 'xrdb .Xdefaults'
Regards,
--
François Fleuret