Skip to content

Commit

Permalink
fix(undo-fu-session): load early
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 19, 2023
1 parent b91c3cc commit c57c147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-undo.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

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

0 comments on commit c57c147

Please sign in to comment.