How can I specify in the orientation of the emacs window, for example. if it was created by vertical or horizontal split? alternatively, how can I determine if the window can be resized vertically or horizontally?
in the corresponding note, is there a tutorial for programming windows emacs, for example. size, related buffers, properties, etc.?
Many thanks.
managed to dig up current-window-configurationand set-window-configuration. I'm still learning emacs, so I'm not sure what to do with the configuration object, how to modify it.
source
share