From 63335b9fde86613d603c633b33c1c30b0687c472 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 11 Oct 2021 18:03:50 -0500 Subject: Auto-save after a minute of idle time --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 419f97b..421bf9c 100644 --- a/init.el +++ b/init.el @@ -2432,7 +2432,8 @@ the default is \"/\"." (setup (:straight super-save) (:option auto-save-default nil - super-save-auto-save-when-idle nil + super-save-auto-save-when-idle t + super-save-idle-duration 60 super-save-exclude '(".gpg") super-save-remote-files nil) (auto-save-visited-mode -1) -- cgit 1.4.1-21-gabe81