Install undo-tree mode
This commit is contained in:
parent
0dba74ef0c
commit
9eb330b502
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
(use-package better-defaults
|
||||
:straight (:host nil :repo "https://git.sr.ht/~technomancy/better-defaults"))
|
||||
|
||||
(use-package undo-tree
|
||||
:init (global-undo-tree-mode)
|
||||
:custom
|
||||
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))
|
||||
|
||||
(use-package magit
|
||||
:bind (("C-x g" . magit-status)
|
||||
("C-x M-g" . magit-list-repositories))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue