From 96f5f127c572716ae6d39511ba2c577d87d2e13f Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Thu, 26 Jun 2025 13:33:53 +0200 Subject: Visual undo with vundo --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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")) -- cgit v1.3.1