Skip to content

beacoder/everlasting-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everlasting-scratch

MIT licensed Build Status MELPA MELPA Stable 996.icu

The scratch buffer that lasts forever.

Summary

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.

Usage

    (add-hook 'after-init-hook 'everlasting-scratch-mode)

Features

  • Automatically respawn scratch.
  • Content will be restored together with scratch.
  • Content could survive emacs restart.

License

LICENSE. Copyright (c) 2022-2023 Huming Chen chenhuming@gmail.com