Skip to content

Commit c57c147

Browse files
committed
fix(undo-fu-session): load early
1 parent b91c3cc commit c57c147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/me-undo.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
(use-package undo-fu-session
2222
:straight t
23-
:hook (minemacs-after-startup . undo-fu-session-global-mode)
24-
:demand t
23+
:init
24+
(undo-fu-session-global-mode 1)
2525
:custom
2626
(undo-fu-session-compression (if (executable-find "zstd") 'zst 'gz))
2727
(undo-fu-session-directory (concat minemacs-local-dir "undo-fu-session/")))

0 commit comments

Comments
 (0)