https://github.com/thierryvolpiatto/psession.git
git clone 'git://github.com/thierryvolpiatto/psession.git'
You can or to help this project.
Yet another package for emacs persistent sessions
Less featured than other alternatives, but do it faster with a minimal configuration. All objects are saved individually in compiled files.
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.