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

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

[nongnu] elpa/undo-fu f883424345 36/82: readme: disable undo-tree in the


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu f883424345 36/82: readme: disable undo-tree in the evil-example
Date: Thu, 7 Jul 2022 12:04:52 -0400 (EDT)

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

    readme: disable undo-tree in the evil-example
---
 readme.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.rst b/readme.rst
index 6c9702d1aa..b67e33f540 100644
--- a/readme.rst
+++ b/readme.rst
@@ -106,5 +106,6 @@ Combined with key bindings, for evil-mode:
 
    (use-package undo-fu
      :config
+     (global-undo-tree-mode -1)
      (define-key evil-normal-state-map "u" 'undo-fu-only-undo)
      (define-key evil-normal-state-map "\C-r" 'undo-fu-only-redo))



reply via email to

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