emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu-session b2d8874bc8 20/53: readme: update evil mode


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session b2d8874bc8 20/53: readme: update evil mode notes
Date: Thu, 7 Jul 2022 12:05:17 -0400 (EDT)

branch: elpa/undo-fu-session
commit b2d8874bc8ce892a6702b4136626bd65e0ad7760
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    readme: update evil mode notes
    
    evil mode no longer depends on undo-tree.
---
 readme.rst | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/readme.rst b/readme.rst
index 9ce019fec5..78bab4499c 100644
--- a/readme.rst
+++ b/readme.rst
@@ -62,17 +62,6 @@ you can enable this using a mode hook for e.g.
        (undo-fu-session-mode))
 
 
-Details
--------
-
-- Undo session information is stored in a directory,
-  with a corresponding file for each undo session.
-- Each file stores a length and checksum which is validated
-  before restoring the undo-session.
-- A mismatch with the file length or checksum will skip loading the undo 
session
-  with a message.
-
-
 Customization
 -------------
 
@@ -94,6 +83,17 @@ Customization
    Enforcing removes the oldest files.
 
 
+Details
+=======
+
+- Undo session information is stored in a directory,
+  with a corresponding file for each undo session.
+- Each file stores a length and checksum which is validated
+  before restoring the undo-session.
+- A mismatch with the file length or checksum will skip loading the undo 
session
+  with a message.
+
+
 Installation
 ============
 
@@ -108,13 +108,12 @@ The package is available in melpa as ``undo-fu-session``, 
here is an example wit
    (global-undo-fu-session-mode)
 
 
-Undo Tree (Evil Mode)
----------------------
+Undo Tree
+---------
 
-At the time of writing undo-tree is enabled by default in evil-mode,
-This defines it's own undo data-structures and is not compatible with 
``undo-fu-session``.
+``undo-tree`` defines it's own undo data-structures and is not compatible with 
``undo-fu-session``.
 
-When using evil-mode be sure to run ``(global-undo-tree-mode -1)`` to avoid 
problems.
+These packages cannot be used together.
 
 
 Other Packages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]