|
From: | n179911 |
Subject: | How to set the frame size of emacs |
Date: | Fri, 17 Jul 2009 09:53:25 -0700 |
Hi, Can I configure in my .emacs so that when it comes up, it is 80x50? I tried putting this: (set-frame-height (selected-frame) 50) (set-frame-width (selected-frame) 80) but that does not do anything. Thank you.
[Prev in Thread] | Current Thread | [Next in Thread] |