diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index 0bec005998..141355742a 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);