fix undo tree config
This commit is contained in:
3
init.el
3
init.el
@@ -267,12 +267,11 @@ There are two things you can do about this warning:
|
|||||||
(setq tramp-default-method "ssh"))
|
(setq tramp-default-method "ssh"))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:init
|
:config
|
||||||
(setq undo-limit 40000
|
(setq undo-limit 40000
|
||||||
undo-strong-limit 60000
|
undo-strong-limit 60000
|
||||||
undo-tree-auto-save-history t
|
undo-tree-auto-save-history t
|
||||||
undo-tree-history-directory-alist '(("." . "~/.undo-tree")))
|
undo-tree-history-directory-alist '(("." . "~/.undo-tree")))
|
||||||
:config
|
|
||||||
(global-undo-tree-mode))
|
(global-undo-tree-mode))
|
||||||
|
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user