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

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

Re: .emacs configuration question (easy)


From: Jonas Steverud
Subject: Re: .emacs configuration question (easy)
Date: Wed, 02 Oct 2002 09:33:04 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (sparc-sun-solaris2.8)

"Ryan Barnard" <barnarr@cc.wwu.edu> writes:

> Here's the keypresses needed to make it look how I want it:
[...]
> So, how can I have this set up in my .emacs file so it defaults to look like
> this (or something close to it?

Untested:

(progn ; To group the following code.
  (split-window-vertically)
  (enlarge-window 7)
  (split-window-horizontally)
  (other-window)
  (other-window)
  (shell)
  (other-window)
)

This can be done more efficent, I'm sure. But this "ought to work".

-- 
(          www.dtek.chalmers.se/~d4jonas/         !     Wei Wu Wei     )
(        Meaning of U2 Lyrics, Roleplaying        !  To Do Without Do  )


reply via email to

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