feat(users/sterni/emacs): save undo history
Change-Id: I75ca7b2011f14244cac8af7762b6d2f6ce284055 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4958 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
ce2ae0f8b1
commit
7c391344f7
1 changed files with 4 additions and 1 deletions
|
@ -49,6 +49,8 @@
|
|||
`((".*" ,temporary-file-directory t)))
|
||||
(setq backup-directory-alist
|
||||
`((".*" . ,temporary-file-directory)))
|
||||
(setq undo-tree-history-directory-alist
|
||||
`((".*" . ,temporary-file-directory)))
|
||||
(setq backup-by-copying t)
|
||||
(setq create-lockfiles nil)
|
||||
|
||||
|
@ -90,7 +92,8 @@
|
|||
|
||||
(use-package undo-tree
|
||||
:config
|
||||
(global-undo-tree-mode))
|
||||
(global-undo-tree-mode)
|
||||
(setq undo-tree-auto-save-history t))
|
||||
|
||||
(use-package magit
|
||||
:after evil
|
||||
|
|
Loading…
Reference in a new issue