We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91c3cc commit c57c147Copy full SHA for c57c147
modules/me-undo.el
@@ -20,8 +20,8 @@
20
21
(use-package undo-fu-session
22
:straight t
23
- :hook (minemacs-after-startup . undo-fu-session-global-mode)
24
- :demand t
+ :init
+ (undo-fu-session-global-mode 1)
25
:custom
26
(undo-fu-session-compression (if (executable-find "zstd") 'zst 'gz))
27
(undo-fu-session-directory (concat minemacs-local-dir "undo-fu-session/")))
0 commit comments