Install undo-tree mode

This commit is contained in:
Ohad Livne 2025-06-04 22:44:42 +03:00
parent 0dba74ef0c
commit 9eb330b502
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

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