psession

https://github.com/thierryvolpiatto/psession.git

git clone 'git://github.com/thierryvolpiatto/psession.git'
9

psession

You can Support via Gratipay or Donate to help this project.

Description

Yet another package for emacs persistent sessions

Commentary:

Less featured than other alternatives, but do it faster with a minimal configuration. All objects are saved individually in compiled files.

Features:

Install:

Add “psession.el” to load-path (not needed when installed from Emacs packaging system)

Customize at least psession-object-to-save-alist.

Add to init file:

If installed from git

(autoload 'psession-mode "psession.el")
(psession-mode 1)

Otherwise only (psession-mode 1) is needed.