From 07d96e36907ba0b858cf5ddc0e9a51c88e49c68e Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Fri, 11 Apr 2025 17:06:46 -0700 Subject: [PATCH] helpx --- users/tao/helix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"];