diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-26 13:33:53 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-26 14:14:09 +0200 |
| commit | 96f5f127c572716ae6d39511ba2c577d87d2e13f (patch) | |
| tree | f4ceed776bca626c437df3678bd624446c791830 | |
| parent | f1151209af7158bd0a0132bfa17a6c38d3a945c8 (diff) | |
Visual undo with vundo
| -rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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")) |
