From 9752650a49cbac93ad458a09f3e2ca4c3959b431 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Mon, 22 Aug 2022 14:51:06 -0700 Subject: [PATCH] Added note about settings --- crates/zed/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index 0bec0059985f0c311535ce0a3cfe9f8642685f35..141355742a5c8c960ef9371fd409f51e6f2fca7c 100644 --- a/crates/zed/src/main.rs +++ b/crates/zed/src/main.rs @@ -97,6 +97,7 @@ fn main() { let (settings_file, keymap_file) = cx.background().block(config_files).unwrap(); + //Setup settings global before binding actions watch_settings_file(default_settings, settings_file, themes.clone(), cx); watch_keymap_file(keymap_file, cx);