Home Gen323 @ 2024-09-22-17:40

This commit is contained in:
Jonas Röger 2024-09-22 17:40:12 +02:00
parent 138600351b
commit 29060cb2fe

View File

@ -102,7 +102,7 @@
("C-<tab>" . 'copilot-accept-completion-by-word)))
(after! undo-tree
(global-undo-tree-mode)
(add-hook! 'prog-mode #'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"))))