From 6a3f50144b2837ff54cdf4fbc7f31069c13e6aa3 Mon Sep 17 00:00:00 2001 From: inaki Date: Fri, 19 Feb 2021 11:05:07 +0100 Subject: [PATCH] fix undo tree config --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 9b43a7b..8a50d4a 100644 --- a/init.el +++ b/init.el @@ -267,12 +267,11 @@ There are two things you can do about this warning: (setq tramp-default-method "ssh")) (use-package undo-tree - :init + :config (setq undo-limit 40000 undo-strong-limit 60000 undo-tree-auto-save-history t undo-tree-history-directory-alist '(("." . "~/.undo-tree"))) - :config (global-undo-tree-mode)) (use-package web-mode