I have got a question about config of emacs startup behavior. I don't have any idea about lisp, I simply love emacs for editing.
What I would like to have is the following:
- I call emacs like
emacs FILE - emacs opens a window entitled
FILE - emacs splits the window horizontally
- in the upper frame it opens a file
FILE.abc - goes to the bottom frame and it opens
FILE.xyz - optimally comes back to the upper frame
I had a look here: how to create a specific window setup on in .emacs and it's half way through. However, the macro thing doesn't really work in my case because I need to pass an argument. Any help greatly appreciated.