summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:25:19 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:25:19 +0000
commitf6a340af083372e9c30fc537d85c7ae2e6b8f67d (patch)
tree3f1da9d948d8b17d26a7c3fc2d698140f797f750 /init.el
parentc6f7e3da161722ddc5188e435e5a6edb4312a99d (diff)
added undo-tree
Diffstat (limited to '')
-rw-r--r--init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.el b/init.el
index 8d3bfa4..a26e1eb 100644
--- a/init.el
+++ b/init.el
@@ -228,10 +228,13 @@ Restart works only on graphic display."
(setq coding-system-for-read 'utf-8)
(setq coding-system-for-write 'utf-8)
-
;; PACKAGES
-;; embark
+(use-package undo-tree
+ :ensure t
+ :init
+ (global-undo-tree-mode))
+
(use-package marginalia
:ensure t
:config