From ea8f6625233d8ed6cb7f13d1f260f0ec16a80e42 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Mon, 4 Oct 2021 13:19:32 +0200 Subject: [PATCH] fix undo-redo --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 48c3111..b9b0cb9 100644 --- a/init.el +++ b/init.el @@ -165,6 +165,8 @@ ;; code-with-fun +(global-undo-tree-mode) +(evil-set-undo-system 'undo-tree) (use-package org-jira :ensure t :config (setq jiralib-url "https://coordinatr.thomann.de"))