[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[h-e-w] frame size after startup
From: |
Radomir Hejl |
Subject: |
[h-e-w] frame size after startup |
Date: |
Wed, 4 May 2005 23:50:12 -0700 (PDT) |
> What do I need to control the frame geometry of
> emacs on startup?
> A quickie search here didn't turn up an example.
>
Set it to something like this:
(setq initial-frame-alist '((top . 440) (left . 60)
(width . 100) (height . 20)
(background-color . "Gray94")
(foreground-color . "Black")
(cursor-color . "red3")
(user-position t)
))
Radek H.
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [h-e-w] frame size after startup,
Radomir Hejl <=