fix(emacs): add undo-tree
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
98c275e03a
commit
22ad7ed5b0
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
||||||
(use-package meow :straight t)
|
(use-package meow :straight t)
|
||||||
(use-package flycheck :straight t)
|
(use-package flycheck :straight t)
|
||||||
(use-package paredit :straight t)
|
(use-package paredit :straight t)
|
||||||
|
(use-package undo-tree :straight t
|
||||||
|
:custom
|
||||||
|
(undo-tree-auto-save-history nil)
|
||||||
|
:config
|
||||||
|
(global-undo-tree-mode))
|
||||||
|
|
||||||
;; Convenience
|
;; Convenience
|
||||||
(use-package projectile :straight t)
|
(use-package projectile :straight t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue