tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
zed: enable autosave
wiro.world
4 months ago
24025de9
811bae54
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+2
1 changed file
expand all
collapse all
unified
split
home-manager
fragments
zed.nix
+2
home-manager/fragments/zed.nix
···
22
22
23
23
helix_mode = true;
24
24
disable_ai = true;
25
25
+
26
26
+
autosave = "on_focus_change";
25
27
};
26
28
};
27
29
};