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

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

Re: How to set window size in .emacs and have that size respected?


From: Torben Knudsen
Subject: Re: How to set window size in .emacs and have that size respected?
Date: Wed, 14 Jan 2009 10:50:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

I also had problems controlling the position and size of my emacs
window.  I ended up with the below for reasons I don't recall.

;; Sizing emacs via .Xresources did not work perfectly for me.  
;; Therefore the below is included
(setq default-frame-alist '((top . 0) (left . 1440) (width . 80) (height . 64)))
(setq initial-frame-alist '((top . 0) (left . 1440) (width . 80) (height . 64)))

-- 
Associate Prof. Ph.D Torben Knudsen     Mobile  : (+45) 2787 9826
Section of Automation and Control,      Direct  : 6 8694
Department of Electronic Systems,       Email   : tk@es.aau.dk   
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


reply via email to

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