I use aquamacs 90% of the time to edit R
files with ESS
(Emacs Speaks Statistics). In this mode, I find it indispensable to have a split window, C-x 3
C-x 2
, such that I can view simultaneously the source code and the R buffer (terminal window). Thus, every time I launch aquamacs, I need to perform the following steps: split the window, select the right one, switch buffer to *R*
, go back to the file. How can I save this setup across sessions?
thanks.
There is C-c C-z (ess-switch-to-end-of-ESS) which does the splitting and switching to the end of ess inferior buffer. I am using it all the time.