diff options
author | Case Duckworth | 2021-04-01 16:36:36 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-01 16:36:36 -0500 |
commit | c46a180ae5cd113d7f56801402a50c00b1954c93 (patch) | |
tree | 6b0c70eb415793459b5b8a7fd411600705e6f42b | |
parent | Change etc. bindings' mapping to global-map (diff) | |
download | emacs-c46a180ae5cd113d7f56801402a50c00b1954c93.tar.gz emacs-c46a180ae5cd113d7f56801402a50c00b1954c93.zip |
Don't compress undo-fu-session files at work
-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 |