1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Bram Schoenmakers d98f4bfb2f Adjust commentary a bit 2023-06-12 23:39:34 +02:00
Bram Schoenmakers 8bc22f3ca8 Remove version string
As per Github discussion linked below.

https://github.com/melpa/melpa/pull/8574#issuecomment-1575691946
2023-06-12 21:38:22 +02:00

View file

@ -1,11 +1,10 @@
;;; persist-state.el --- Persist state regularly -*- lexical-binding: t; -*-
;;; persist-state.el --- Regularly persist bookmarks, history, recent files and more -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Bram Schoenmakers
;; Author: Bram Schoenmakers <me@bramschoenmakers.nl>
;; Maintainer: Bram Schoenmakers <me@bramschoenmakers.nl>
;; Created: 05 May 2023
;; Version: 0.1
;; Package-Requires: ((emacs "28.2"))
;; Keywords: convenience
;; URL: https://codeberg.org/bram85/emacs-persist-state.git
@ -36,10 +35,9 @@
;;; Commentary:
;; This package saves your Emacs state regularly when idle for a brief
;; moment, to minimize disturbance of executing all save functions in
;; sequence. In case Emacs is idle for a longer time, no state is
;; saved.
;; This package regularly saves your Emacs state (bookmarks, history,
;; recent files, etc.) when idle for a brief moment. In case Emacs is
;; idle for a longer time, no state is saved.
;; See README.org for more details.