Home Gen325 @ 2024-09-22-17:42
This commit is contained in:
parent
aa04d97406
commit
fe79fc6482
@ -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)))
|
||||||
|
|
||||||
(after! undo-tree
|
|
||||||
(add-hook! 'prog-mode-hook #'undo-tree-mode)
|
(add-hook! 'prog-mode-hook #'undo-tree-mode)
|
||||||
|
(after! undo-tree
|
||||||
(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"))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user