From e3a12d50dcfd967665a58076fa6a299f55e87c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 1 May 2024 16:56:58 +0200 Subject: [PATCH] Home Gen211 @ 2024-05-01-16:56 --- home/jonas/static/doom-config/config.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 9314914..7fc00e7 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -97,4 +97,10 @@ ("C-TAB" . 'copilot-accept-completion-by-word) ("C-" . 'copilot-accept-completion-by-word))) -;;(add-hook! 'after-change-major-mode-hook #'undo-tree-mode) +(add-hook! 'after-change-major-mode-hook #'undo-tree-mode) +(after! undo-tree + (setq undo-tree-auto-save-history t) + (setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo")))) + +(after! grip + (setq grip-preview-use-webkit t))