Hello! I'm using Emacs in Supercollider mode, which opens two buffer windows automatically, and makes them equal size. I would like to have one of them bigger then another every time i'm starting emacs with -sclang option... is it possible to put something like (enlarge-window *SCLang:workspace* 10) or any other thing which will resize buffer window after it created? thank you!