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

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

Re: Frame size (OS Window size)


From: Eli Zaretskii
Subject: Re: Frame size (OS Window size)
Date: Sat, 18 Sep 2004 13:58:08 +0300

> From: Torsten Mohr <tmohr@s.netic.de>
> Date: Sat, 18 Sep 2004 09:40:57 +0200
> 
> How can i save the settings for emacs, so that the size of
> the frame stays the same whenever i start emacs/xemacs?
> 
> I use emacs-21.2 on windows and xemacs-21.4 on linux.

Don't know about XEmacs, but for Emacs you should look up
`default-frame-alist' in the docs and use it like this in your .emacs
init file (untested!):

  (add-to-list 'default-frame-alist '(height . 36))
  (add-to-list 'default-frame-alist '(width . 95))



reply via email to

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