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"))