diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 7526c70..6531601 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -12,8 +12,8 @@ cursor-line = "warning"; }; auto-save = { - focus-lost = false; - after-delay.enable = false; + focus-lost = true; + after-delay.enable = true; after-delay.timeout = 1000; }; shell = ["nu" "--stdin" "-c"];