1

In Emacs, the scratch buffer is sort of special. It is intended to contain stuff that you don't want to save. In Aquamacs, it is treated as a normal buffer, so that if I close it, Aquamacs will ask me if I want to discard my changes and so forth.

How can I set the scratch buffer to behave like in the traditional emacs?

Roberto Aloi
  • 1,183

1 Answers1

2

This is controlled via Customisation

Choose Aquamacs->Preferences

Then in Aquamacs choose the Aquamacs group and then look at Aquamacs Scratch File. The value is

File name to save the scratch file. Set to nil to not save it.

mmmmmm
  • 6,242