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

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

Re: How To Set Size Of Emacs At Startup?


From: Eladio Ventura
Subject: Re: How To Set Size Of Emacs At Startup?
Date: Thu, 5 Jun 2003 09:52:08 +0000
User-agent: Mutt/1.4i

* Artur Hefczyc <wislaj23@wp.pl> [030604 18:09]:
> > 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?
> Don't kill anybody, but here is how I do it for myself:
I can't guarantee anything. Emacs is driving me nuts!
> ;;; Setup default emacs frames (windows) location and size
> (setq default-frame-alist
>       '((wait-for-wm . nil)
>  (top . 0) (left . 0)
>  (width . 85) (height . 40)
>  (background-color . "gray15")
>  (foreground-color . "limegreen")
>  (cursor-color . "LightGoldenrod")
>  (mouse-color . "yellow")
> ))
> ;;; But your first frame can be different than all others
> (setq initial-frame-alist
>       '((top . 55) (left . 184)
>         (width . 100) (height . 40)
Wow, thanks for taking the time to write that up!
-- 
"Thinking gives you wrinkles!"
Malibu Stacy, the Simpsons




reply via email to

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