Hmmm, I don’t exactly understand your problem. From what I recall you can undo in the scratch buffer. Are you using vanilla emacs?
Emacs
Our infinitely powerful editor.
Hi @ouigol@beehaw.org.
I'm using vanilla emacs with my own configuration. And replying to Sunoc made me remember that the scratch buffer starts as read-only
and not in org-mode
.
So it seems it comes from there...
I'll have to bissect it?
Thanks a lot... :)
By default undo does work in the scratch buffer so it is something in your configuration that is keeping this from working. As a quick way to check, try running emacs -q
, which skips loading your configuration, and see if you have undo in the scratch buffer there; if so, it's definitely something you have in you configuration.
You can bisect your configuration to figure out how you are deactivating undo. You can do this manually or with the help of the bug-hunter package.