help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Control frame size on startup from .emacs


From: Sarir Khamsi
Subject: Re: [h-e-w] Control frame size on startup from .emacs
Date: Wed, 04 May 2005 15:37:15 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt)

address@hidden writes:

> What do I need to control the frame geometry of emacs on startup?
> A quickie search here didn't turn up an example.

This is what I do in my ~/.emacs:

(setq default-frame-alist
      '((cursor-color . "blue")
        (foreground-color . "black")
        (background-color . "white")
        (font . "-*-6X13-medium-r-*-*-13-97-*-*-p-60-*-ansi-")
        (width . 80) (height . 87)
        (top . 5) (left . 600)))
(setq initial-frame-alist '((top . 5) (left . 30)))

Modify to taste.

Sarir

-- 
Sarir Khamsi
email: address@hidden
work : 520-545-9452, lab: 520-794-9939
pager: 520-410-3955




reply via email to

[Prev in Thread] Current Thread [Next in Thread]