From aa04d97406cf931c5ca72e0bf741efa7cc11df22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 22 Sep 2024 17:41:21 +0200 Subject: [PATCH] Home Gen324 @ 2024-09-22-17:41 --- home/jonas/static/doom-config/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index f2125b6..bcbf70f 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -102,7 +102,7 @@ ("C-" . 'copilot-accept-completion-by-word))) (after! undo-tree - (add-hook! 'prog-mode #'undo-tree-mode) + (add-hook! 'prog-mode-hook #'undo-tree-mode) (setq undo-tree-auto-save-history t) (setq undo-tree-enable-undo-in-region nil) (setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))