Sunday, 29 September 2013

How can I start Emacs with predefined window?

How can I start Emacs with predefined window?

Is there a way to make my Emacs start with predefined frame as my attached
screenshot? I am not familiar enough how to do it in my .emacs script...

It is as simple as doing :
split-window-horizontally (create two window side by side)
split-window-vertically (split the first window in the left into two part).
And in the last window, I want it to upload a calendar. I make this
arrangement mostly because my monitor have a broken LCD in the left part
of it. So my code must be in the right side of the screen :)

No comments:

Post a Comment