The scratch buffer that lasts forever.
This package provides a global minor mode `everlasting-scratch-mode' that causes the scratch to respawn after it's killed and with content restored, the scratch could survive manual kill and emacs restart (with help of desktop.el)
@note: borrowed lots of stuff from immortal-scratch, thanks mate.
    (add-hook 'after-init-hook 'everlasting-scratch-mode)- Automatically respawn scratch.
 - Content will be restored together with scratch.
 - Content could survive emacs restart.
 - Content will be saved automatically every 30s.
 
LICENSE. Copyright (c) 2022-2025 Huming Chen chenhuming@gmail.com