Skip to content

Yet another package for emacs persistent sessions

Notifications You must be signed in to change notification settings

syohex/psession

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

psession

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:

  • Save and restore all your buffers
  • Save and restore your last window configuration
  • Save and restore value of any vars
  • Save and restore registers except windows register (you can save your windows configs though with M-x psession-save-winconf)

#Install:

Add "persistent-sessions.el" to load-path

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

Add to init file:

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

About

Yet another package for emacs persistent sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%