From f6a340af083372e9c30fc537d85c7ae2e6b8f67d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Dec 2022 04:25:19 +0000 Subject: added undo-tree --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'init.el') 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 -- cgit v1.2.3