startup with split frame

  • Follow


what customization option(s) should be used to start emacs with a
particular split frame configuration? pointer to docs anyone? i'm using
gnu emacs 21.3.1. many thanks.

0
Reply jason.a.thompson (5) 5/12/2006 4:01:31 PM

jason.a.thompson@gmail.com writes:

> what customization option(s) should be used to start emacs with a
> particular split frame configuration? pointer to docs anyone? i'm using
> gnu emacs 21.3.1. many thanks.

I would just add a few lines to my .emacs.el 
using the functions like

(split-window-vertically)
(split-window-horizontally)
(split-window)

All these functions take optional arguments so you should be able to
make them do what you want.

Read the manual for these functions with C-h f as usual.

/Fredrik
0
Reply Fredrik 5/13/2006 1:51:34 PM


1 Replies
443 Views

(page loaded in 0.053 seconds)

Similiar Articles:











7/15/2012 3:01:22 AM


Reply: