Package: wnpp Severity: wishlist Owner: Nicholas D Steeves <nstee...@gmail.com> Control: block 947017 by -1
Package name : persist-el Version : 0.4 Upstream Author : Phillip Lord <phillip.l...@russet.org.uk> URL : https://elpa.gnu.org/packages/persist.html License : GPL-3+ Programming Lang: elisp Description : persist variables across Emacs Sessions This package allows variables to persist across Emacs sessions. The main entry point is `persist-defvar' which behaves like `defvar' but which persists the variables between session. Variables are automatically saved when Emacs exits. Other useful functions are `persist-save' which saves the variable immediately, `persist-load' which loads the saved value, `persist-reset' which resets to the default value. Values are stored in a directory in `user-emacs-directory', using one file per value. This makes it easy to delete or remove unused variables. I am packaging this as a dependency of org-drill and will maintain it in the Debian Emacsen Team. I will require a sponsor for the initial upload. Regards, Nicholas