summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-26 13:33:53 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-26 14:14:09 +0200
commit96f5f127c572716ae6d39511ba2c577d87d2e13f (patch)
treef4ceed776bca626c437df3678bd624446c791830 /init.el
parentf1151209af7158bd0a0132bfa17a6c38d3a945c8 (diff)
Visual undo with vundo
Diffstat (limited to 'init.el')
-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"))