Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Pass command line arguments to GUI apps by default' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Pass command line arguments to GUI apps by default
Authored by: astrosmash on Aug 12, '08 10:54:21AM

You can set the startup size of Emacs by adding the following to your .emacs file:

(setq initial-frame-alist '((width . 150) (height . 60)))

[ Reply to This | # ]