summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index 228038a..e5ecd0d 100644
--- a/init.el
+++ b/init.el
@@ -45,6 +45,12 @@
(which-key-mode) ; Enable which-key (didn't know this is built-in now!)
+;; Undo
+(use-package vundo
+ :custom
+ (vundo-glyph-alist vundo-unicode-symbols)
+ (vundo-compact-display t))
+
;; Catppuccin theme
(load (locate-user-emacs-file "theme.el"))