Describe the feature
Currently, Doom does not gracefully recover from unclean shutdowns. After a system crash, I discovered that persp.el workspace autosaves, as well as recentf file were both last written to over a week ago. This is disappointing, as just about every other piece of modern tooling provides an option or a plugin to do regular checkpoint saves. It's quite unfortunate that I can instantly restore my browser tabs and my tmux windows after a crash, but not my emacs state.
Describe the feature
Currently, Doom does not gracefully recover from unclean shutdowns. After a system crash, I discovered that
persp.elworkspace autosaves, as well asrecentffile were both last written to over a week ago. This is disappointing, as just about every other piece of modern tooling provides an option or a plugin to do regular checkpoint saves. It's quite unfortunate that I can instantly restore my browser tabs and my tmux windows after a crash, but not my emacs state.