Home Gen325 @ 2024-09-22-17:42

This commit is contained in:
Jonas Röger 2024-09-22 17:42:31 +02:00
parent aa04d97406
commit fe79fc6482

View File

@ -101,8 +101,8 @@
("C-TAB" . 'copilot-accept-completion-by-word) ("C-TAB" . 'copilot-accept-completion-by-word)
("C-<tab>" . 'copilot-accept-completion-by-word))) ("C-<tab>" . 'copilot-accept-completion-by-word)))
(add-hook! 'prog-mode-hook #'undo-tree-mode)
(after! undo-tree (after! undo-tree
(add-hook! 'prog-mode-hook #'undo-tree-mode)
(setq undo-tree-auto-save-history t) (setq undo-tree-auto-save-history t)
(setq undo-tree-enable-undo-in-region nil) (setq undo-tree-enable-undo-in-region nil)
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo")))) (setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))