In my Aquamacs, the buffer with the buffer has a file location where I can save random notes, and it is in
USERNAME/Library/Application Support/Aquamacs Emacs/scratch buffer
I would like to sync this with my other emacsen, but I cannot find where (or if) the zero buffer for the "normal" Emacs is stored.
Edit
Thank you, Slomokho. I ended up putting this in my .emacs and it works as it hopes:
(setq initial-buffer-choice "~/Library/Application Support/Aquamacs Emacs/scratch buffer")
I think the philosophy behind Aquamacs * scratch buffers * is simply different from that of "normal" emacs.
source
share