summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-30 17:19:56 -0500
committerCase Duckworth2021-09-30 17:19:56 -0500
commitb03b54fa0494905835f169f396e8204cebcfcdd0 (patch)
treea56fb59f713051689c5d69bdbba3c661a6204d4e /init.el
parentAdd acdw-ytel.el (diff)
downloademacs-b03b54fa0494905835f169f396e8204cebcfcdd0.tar.gz
emacs-b03b54fa0494905835f169f396e8204cebcfcdd0.zip
Super save not when idle
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index b4cc4d2..09e7d77 100644 --- a/init.el +++ b/init.el
@@ -2129,7 +2129,7 @@ the default is \"/\"."
2129 2129
2130(setup (:straight super-save) 2130(setup (:straight super-save)
2131 (:option auto-save-default nil 2131 (:option auto-save-default nil
2132 super-save-auto-save-when-idle t 2132 super-save-auto-save-when-idle nil
2133 super-save-exclude '(".gpg") 2133 super-save-exclude '(".gpg")
2134 super-save-remote-files nil) 2134 super-save-remote-files nil)
2135 (auto-save-visited-mode -1) 2135 (auto-save-visited-mode -1)