persist
- Description
- Persist Variables between Emacs Sessions
- Latest
- persist-0.6.1.tar (.sig), 2024-Jun-15, 30.0 KiB
- Maintainer
- Joseph Turner <persist-el@breatheoutbreathe.in>
- Website
- https://elpa.gnu.org/packages/persist.html
- Browse repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
This package provides variables which persist across 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.
Old versions
persist-0.6.tar.lz | 2024-Mar-31 | 5.91 KiB |
persist-0.5.tar.lz | 2022-Sep-13 | 5.03 KiB |
persist-0.4.tar.lz | 2019-Jul-08 | 5.26 KiB |
persist-0.3.tar.lz | 2019-Jul-06 | 5.08 KiB |
persist-0.2.el.lz | 2019-Jul-05 | 2.33 KiB |
persist-0.1.el.lz | 2019-Jun-29 | 2.07 KiB |