From 6e692eeedf730a4a9ecffd6fc2c114c00eb60a20 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 27 Jan 2023 12:14:27 -0600 Subject: [PATCH] Don't autosave --- common/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/helix/config.toml b/common/helix/config.toml index 477701f..752649a 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -2,7 +2,7 @@ theme = "donokai" [editor] auto-pairs = false -auto-save = true +auto-save = false bufferline = "multiple" scrolloff = 8 rulers = [80, 120]