diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 7209c04..9093916 100644 --- a/init.el +++ b/init.el | |||
@@ -464,7 +464,8 @@ call `zzz-to-char'." | |||
464 | (setup (:straight undo-fu-session) | 464 | (setup (:straight undo-fu-session) |
465 | (:option undo-fu-session-incompatible-files '("/COMMIT_EDITMSG\\'" | 465 | (:option undo-fu-session-incompatible-files '("/COMMIT_EDITMSG\\'" |
466 | "/git-rebase-todo\\'") | 466 | "/git-rebase-todo\\'") |
467 | undo-fu-session-directory (acdw/in-dir "undo/" t)) | 467 | undo-fu-session-directory (acdw/in-dir "undo/" t) |
468 | undo-fu-session-compression (eq acdw/system :home)) | ||
468 | (global-undo-fu-session-mode +1)) | 469 | (global-undo-fu-session-mode +1)) |
469 | 470 | ||
470 | ;;;; Minibuffer | 471 | ;;;; Minibuffer |