[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
work : 520-545-9452, lab: 520-794-9939
pager: 520-410-3955


Reply via email to