summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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