Skip to content

Commit

Permalink
fix(undo-fu-session): fix renamed global mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 19, 2023
1 parent 69aedcc commit 8452ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-undo.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

(use-package undo-fu-session
:straight t
:hook (minemacs-after-startup . global-undo-fu-session-mode)
:hook (minemacs-after-startup . undo-fu-session-global-mode)
:demand t
:custom
(undo-fu-session-compression (if (executable-find "zstd") 'zst 'gz))
Expand Down

0 comments on commit 8452ff5

Please sign in to comment.