fix undo tree config

This commit is contained in:
2021-02-19 11:05:07 +01:00
parent fbcb3ec702
commit 6a3f50144b

View File

@@ -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