[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/undo-fu-session 994b8f3a3b 2/2: readme: minor formatting t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/undo-fu-session 994b8f3a3b 2/2: readme: minor formatting tweaks |
Date: |
Wed, 31 May 2023 13:03:16 -0400 (EDT) |
branch: elpa/undo-fu-session
commit 994b8f3a3be6c7ecf1281057b9355f9c15529899
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
readme: minor formatting tweaks
---
readme.rst | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/readme.rst b/readme.rst
index 745315bed7..95f255dca2 100644
--- a/readme.rst
+++ b/readme.rst
@@ -63,18 +63,27 @@ you can enable this using a mode hook for e.g.
Customization
-------------
-``undo-fu-session-directory`` (``"undo-fu-session"`` in emacs user directory)
+``undo-fu-session-directory``: ``"undo-fu-session"`` in emacs user directory
The location of stored files.
-``undo-fu-session-linear`` (``nil``)
+
+``undo-fu-session-linear``: ``nil``
Write linear undo history, omitting branches which were themselves undone.
Note that this only writes undo steps which would be used by ``undo-only``.
-``undo-fu-session-compression`` (``'bz2`` ``'gz`` ``'xz`` ``'zst`` ``nil``)
+``undo-fu-session-compression``: ``'gz``
Compression setting for stored undo data.
+ Valid options:
+
+ - ``'bz2`` BZip2.
+ - ``'gz`` ZLib.
+ - ``'xz`` XZ.
+ - ``'zst`` Z-standard.
+ - ``nil`` (no compression).
+
After changing, run ``undo-fu-session-compression-update`` to convert
existing files to the newly selected format.
-``undo-fu-session-file-limit`` (``nil``)
+``undo-fu-session-file-limit``: ``nil``
Number of files to store, nil to disable limiting entirely.
Enforcing removes the oldest files.