[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Window too big
From: |
J G Miller |
Subject: |
Re: Window too big |
Date: |
Wed, 7 Oct 2015 12:29:12 +0000 (UTC) |
User-agent: |
Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) |
On Wednesday, October 7th, 2015, at 11:42:45h +0200,
Michael Heerdegen explained:
> ;; let the first frame appear according to `default-frame-alist'
> (modify-frame-parameters (selected-frame) default-frame-alist)
>
> in the init file can work around that problem. The starting frame is a
> bit special in Emacs.
Thanks for the explanation and the solution.
I had always wondered why it never seemed to behave quite as expected.