1
0
Fork 0

fix(emacs): add undo-tree

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-10 20:45:56 -04:00
parent 98c275e03a
commit 22ad7ed5b0
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -36,6 +36,11 @@
(use-package meow :straight t)
(use-package flycheck :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
(use-package projectile :straight t)